Skip to content

Commit

Permalink
[Tests] create an HTML coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 18, 2016
1 parent 1d4f0b4 commit 88aa1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint src test",
"test": "npm run lint && npm run build && npm run test:coverage",
"tests-only": "npm run build && npm run test:quick",
"test:coverage": "babel-node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -R tap test/*-test.js",
"test:coverage": "babel-node node_modules/.bin/istanbul cover --report=html node_modules/.bin/_mocha -- -R tap test/*-test.js",
"test:quick": "babel-node node_modules/.bin/_mocha -R tap test/*-test.js"
},
"repository": {
Expand Down

0 comments on commit 88aa1ac

Please sign in to comment.