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 ```
Mostly cannot collect coverage for files with the following server configuration:
Current workaround is to start the server with lazy mode disabled before using
flow-coverage-report: