Skip to content

Commit 66edca2

Browse files
committed
Update package.json
1 parent 379db79 commit 66edca2

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
"main": "lib/index.mjs",
77
"scripts": {
88
"test": "mocha --recursive test/ --timeout=0",
9-
"coverage": "npx coverage npm test",
9+
"coverage": "npx c8 npm test && npx codecov",
1010
"install": "node installer.mjs"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)