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:
Xymorot 2020-02-03 22:48:50 +01:00
parent 50396ea0a9
commit 6b4f4b089a
1 changed files with 1 additions and 1 deletions

View File

@ -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