doc: add paragraph about code coverage

This commit is contained in:
Xymorot 2019-10-13 01:37:38 +02:00
parent 934b3eea64
commit 88f17f43ea
1 changed files with 4 additions and 0 deletions

View File

@ -57,3 +57,7 @@ The testing framework of choice is [Mocha](https://mochajs.org/). Call `npm run
Mocha does [not have a seperate tagging feature](https://github.com/mochajs/mocha/wiki/Tagging), but it can filter via title. Us the following tags in your test titles:
- `@slow` when the test is particularly slow
#### 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 tests (open in browser).