Skip to content

Commit b45c47c

Browse files
committed
Fix: Updated coverage to use lcov as default reporter
1 parent e6e9906 commit b45c47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/react-webpack-generators/generator-react-webpack.git"
4040
},
4141
"scripts": {
42-
"test": "istanbul cover --report html _mocha",
42+
"test": "istanbul cover _mocha",
4343
"test:watch": "mocha -w",
4444
"coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
4545
"release:major": "npm version prerelease && git push --follow-tags && npm publish --tag beta",

0 commit comments

Comments
 (0)