From 6b4f4b089a337615b25627a29a3104ff54c3f078 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Mon, 3 Feb 2020 22:48:50 +0100 Subject: [PATCH] meta: describe path to coverage index.html instead of linking (since it won't be there most of the time) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38fafa7..72541a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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