Skip to content

Instantly share code, notes, and snippets.

@DanielMSchmidt
Last active April 13, 2017 07:05
Show Gist options
  • Save DanielMSchmidt/eac846c5c9e7e7bc7591caed92955ae5 to your computer and use it in GitHub Desktop.
Save DanielMSchmidt/eac846c5c9e7e7bc7591caed92955ae5 to your computer and use it in GitHub Desktop.
$ 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