mozilla / web-ext

A command line tool to help build, run, and test web extensions
Mozilla Public License 2.0
2.71k stars 338 forks source link

Turn on Flow coverage reporting #697

Open kumar303 opened 7 years ago

kumar303 commented 7 years ago

Let's hook up https://github.com/rpl/flow-coverage-report/ to web-ext! Ideally we'd want to pick a target for coverage (100%? 95%? something) and make the tests fail if it dips below that percentage.

saintsebastian commented 7 years ago

I've never done anything like this, but I am willing to try!