Browse Source

Add npm script for HTML coverage reports

hk-custom-address
Thomas Kerin 8 years ago
committed by Daniel Cousens
parent
commit
72968a2e87
  1. 1
      package.json

1
package.json

@ -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…
Cancel
Save