From 88f17f43ea10e3103909a524b61b2233abd25e37 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sun, 13 Oct 2019 01:37:38 +0200 Subject: [PATCH] doc: add paragraph about code coverage --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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).