This package provides the following services:
This package consumes the following services:
This is a temp solution to make flowtype(ide-flowtype) of Atom IDE supports flow coverage report. It is based on steelbrain
's
Atom package ide-flow.
To enable it:
- Install
ide-flowtype-coverage
viaapm
or Atom preferences - Specify
flow
path inExecutable Path
The update of the coverage in status bar is triggered when saving a file. The coverage report will
be shown in Atom IDE's Diagnostics. To temporarily disable coverage, click on status bar
Flow Coverage: ?%
, and save the file. To re-enable it, click on status bar
Flow Coverage: ?%
, and save the file.
Enjoy!