meta: describe path to coverage index.html instead of linking (since it won't be there most of the time)
This commit is contained in:
parent
50396ea0a9
commit
6b4f4b089a
@ -159,7 +159,7 @@ Mocha does [not have a separate tagging feature](https://github.com/mochajs/moch
|
||||
|
||||
#### Coverage
|
||||
|
||||
Code coverage is provided by [nyc](https://github.com/istanbuljs/nyc). The detailed code coverage can be found [here](.nyc_output/coverage/index.html) after running the coverage script `npm run coverage` (open in browser). The coverage script is separate because it does not allow simple debugging.\
|
||||
Code coverage is provided by [nyc](https://github.com/istanbuljs/nyc). The detailed code coverage can be found under `.nyc_output/coverage/index.html` after running the coverage script `npm run coverage` (open in browser). The coverage script is separate because it does not allow simple debugging.\
|
||||
The code coverage does not work with Spectron since that runs in its own node process.
|
||||
|
||||
## Design
|
||||
|
Loading…
x
Reference in New Issue
Block a user