rpl / flow-coverage-report

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

not using my .flowconfig? #128

Open rossPatton opened 6 years ago

rossPatton commented 6 years ago

when i use flow-coverage-report through my package.json, none of my .flowconfig settings get picked up. this results in a lot of false negatives (basically, every single imported 3rd party module gets marked as not typed)

my settings look like this:

screen shot 2017-11-14 at 11 24 38 pm

JamesLefrere commented 6 years ago

This appears to be fixed as of 4a23f86a84270820d504e7edb71503a1ad581d18 (latest on master).