Conversation
|
I'd be interested in getting it in if I can run it as |
|
Rebased and added a |
| @@ -0,0 +1,17 @@ | |||
| { | |||
There was a problem hiding this comment.
IMO would be nice to avoid another top level dotfile if we can.
I'd move it to scripts/flow/coverage-config.
There was a problem hiding this comment.
I'm not sure how to prevent Flow from trying to parse the JSON file if I move it here. Even adding it to the [ignore] block in the .flowconfig isn't sufficient.
There was a problem hiding this comment.
For now I'm just going to leave this as a dotfile. I don't know how to make Flow ignore it (and not error) otherwise, and it doesn't seem pressing enough to invest more than a few minutes into.
* Added 'flow-coverage-report' package for discussion * Aded flow-coverage command and configuration file * Moved FLow coverage config file to scripts/flow/coverage-config * Moved Flow coverage config back to root as dotfile
During last weeks' sync in London, we chatted about Flow coverage stats and how we might track them over time. I noticed an NPM module called
flow-coverage-reportthat seemed worth testing, so I thought I'd put up a PR for discussion.Pros
flow-coverage/flow-coverage.jsonthat contains lots of useful stats that we could use to compare over time, including:Cons
Example Syntax
Output