diff --git a/README.md b/README.md index c89d857..a3e4003 100644 --- a/README.md +++ b/README.md @@ -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).