Skip to content

Commit d767210

Browse files
committed
fix npm script: coverage
1 parent e1f9169 commit d767210

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha --recursive",
8-
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
8+
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
99
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)