We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620ace3 commit 1d50c92Copy full SHA for 1d50c92
.nycrc
@@ -8,7 +8,8 @@
8
],
9
"reporter": [
10
"text",
11
- "lcov"
+ "lcov",
12
+ "clover"
13
14
"check-coverage": true,
15
"watermarks": {
package.json
@@ -45,7 +45,7 @@
45
"lint": "eslint src/*.js --config .eslintrc",
46
"lint:report": "eslint src/*.js --config .eslintrc -f json -o report.json",
47
"lint:fix": "eslint src/*.js --config .eslintrc --fix",
48
- "test": "c8 --reporter=lcov --reporter=text node --test test/",
+ "test": "c8 node --test test/",
49
"example": "node -r esm example/node.js",
50
"cpd": "node_modules/jscpd/bin/jscpd src",
51
"vulnerabilities": "npm audit --only=prod"
0 commit comments