Skip to content

Commit 72968a2

Browse files
afk11dcousens
authored andcommitted
Add npm script for HTML coverage reports
1 parent b14abac commit 72968a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
],
3737
"scripts": {
3838
"coverage-report": "nyc report --reporter=lcov",
39+
"coverage-html": "nyc report --reporter=html",
3940
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
4041
"integration": "mocha test/integration/",
4142
"standard": "standard",

0 commit comments

Comments
 (0)