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 66edca2 commit 96c72b4Copy full SHA for 96c72b4
package.json
@@ -6,7 +6,8 @@
6
"main": "lib/index.mjs",
7
"scripts": {
8
"test": "mocha --recursive test/ --timeout=0",
9
- "coverage": "npx c8 npm test && npx codecov",
+ "report": "npx c8 npm test",
10
+ "coverage": "npx c8 --reporter json npm test && npx codecov -f coverage/coverage-final.json",
11
"install": "node installer.mjs"
12
},
13
"repository": {
0 commit comments