Add npm script for HTML coverage reports

This commit is contained in:
Thomas Kerin 2016-10-14 20:03:54 +02:00 committed by Daniel Cousens
parent b14abac4a1
commit 72968a2e87

View file

@ -36,6 +36,7 @@
],
"scripts": {
"coverage-report": "nyc report --reporter=lcov",
"coverage-html": "nyc report --reporter=html",
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
"integration": "mocha test/integration/",
"standard": "standard",