We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379db79 commit 66edca2Copy full SHA for 66edca2
package.json
@@ -6,7 +6,7 @@
6
"main": "lib/index.mjs",
7
"scripts": {
8
"test": "mocha --recursive test/ --timeout=0",
9
- "coverage": "npx coverage npm test",
+ "coverage": "npx c8 npm test && npx codecov",
10
"install": "node installer.mjs"
11
},
12
"repository": {
0 commit comments