Add npm script for HTML coverage reports
This commit is contained in:
parent
b14abac4a1
commit
72968a2e87
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue