We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f9169 commit d767210Copy full SHA for d767210
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"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",
+ "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",
9
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive"
10
},
11
"repository": {
0 commit comments