doc: add paragraph about code coverage
This commit is contained in:
parent
934b3eea64
commit
88f17f43ea
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue