rpl / flow-coverage-report

Generate flow coverage reports in JSON, HTML and in the console.
MIT License
505 stars 42 forks source link

Does not work when server is started in lazy mode #190

Open langri-sha opened 5 years ago

langri-sha commented 5 years ago

Mostly cannot collect coverage for files with the following server configuration:

[options]
lazy_mode=ide

Current workaround is to start the server with lazy mode disabled before using flow-coverage-report:

yarn flow --lazy-mode=none