Skip to content

Commit b5e7347

Browse files
committed
Merge branch 'feature/coveralls' into develop
2 parents 1f5be2f + af4a785 commit b5e7347

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"cleanup": "node --no-warnings scripts/cleanup.js",
2424
"start": "node --no-warnings src/index.js",
2525
"test": "mocha",
26-
"cover": "istanbul cover _mocha",
27-
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
26+
"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"
2827
},
2928
"engines": {
3029
"node": ">=10.12.0"

0 commit comments

Comments
 (0)