Skip to content

Commit 96c72b4

Browse files
committed
Update package.json
1 parent 66edca2 commit 96c72b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"main": "lib/index.mjs",
77
"scripts": {
88
"test": "mocha --recursive test/ --timeout=0",
9-
"coverage": "npx c8 npm test && npx codecov",
9+
"report": "npx c8 npm test",
10+
"coverage": "npx c8 --reporter json npm test && npx codecov -f coverage/coverage-final.json",
1011
"install": "node installer.mjs"
1112
},
1213
"repository": {

0 commit comments

Comments
 (0)