Skip to content

Commit f77fb7d

Browse files
authored
chore: fix npm script for send coverage report (#55)
1 parent 67db367 commit f77fb7d

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"eslint": "eslint .",
88
"test": "mocha test/index.js",
9-
"test-cov": "nyc npm run test"
9+
"test-cov": "nyc --reporter=lcovonly npm run test"
1010
},
1111
"directories": {
1212
"lib": "./lib"

0 commit comments

Comments
 (0)