Last active
April 13, 2017 07:05
-
-
Save DanielMSchmidt/eac846c5c9e7e7bc7591caed92955ae5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install -g flow-bro # npm installation | |
$ yarn global add flow-bro # yarn installation | |
$ flow-bro get-untyped 2 | |
This may take a while, concurrency is limited to reduce the failure rate. | |
Why dont you go get a coffee, I will do the heavy lifting! | |
The following files have the least flow coverage: | |
┌──────────┬────────────────────────────────────────────────────────────────────────────────┐ | |
│ % │ File │ | |
├──────────┼────────────────────────────────────────────────────────────────────────────────┤ | |
│ 9.12333… │ src/DrawerLayout.js │ | |
├──────────┼────────────────────────────────────────────────────────────────────────────────┤ | |
│ 10.5 │ src/helper.js │ | |
└──────────┴────────────────────────────────────────────────────────────────────────────────┘ | |
I am sure you can improve them! | |
$ flow-bro project-coverage | |
This may take a while, concurrency is limited to reduce the failure rate. | |
Why dont you go get a coffee, I will do the heavy lifting! | |
You have a coverage of 92.66409266409266 % | |
Covered Lines: 720 | |
Total Lines: 777 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment