Skip to content

Commit

Permalink
Add html reporter to coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 3, 2019
1 parent c723d66 commit adb32f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"lint": "eslint lib test",
"format": "prettier --write \"{lib,test}/**/*.js\"",
"test": "tape -r babel-register -r ./test/util/setup test/*.js",
"coverage": "nyc --reporter=lcov npm test",
"coverage": "nyc --reporter=lcov --reporter=html npm test",
"readme": "markdown-toc README.md -i --no-firsth1 --maxdepth=1 --bullets=-",
"release": "./bin/release-it.js"
},
Expand Down

0 comments on commit adb32f7

Please sign in to comment.