Skip to content

Commit b52c14b

Browse files
committed
chore(coverage): fix coverage reporting
1 parent e5aa964 commit b52c14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha --recursive --colors --reporter spec",
8-
"cover": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha",
9-
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && istanbul-coveralls && rm -rf coverage"
8+
"cover": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
9+
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && rm -rf coverage"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)