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.
2 parents 1f5be2f + af4a785 commit b5e7347Copy full SHA for b5e7347
package.json
@@ -23,8 +23,7 @@
23
"cleanup": "node --no-warnings scripts/cleanup.js",
24
"start": "node --no-warnings src/index.js",
25
"test": "mocha",
26
- "cover": "istanbul cover _mocha",
27
- "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
+ "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
28
},
29
"engines": {
30
"node": ">=10.12.0"
0 commit comments