Skip to content

Commit 1297807

Browse files
committed
Don't generate HTML coverage report.
1 parent 1f027f1 commit 1297807

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
@@ -97,7 +97,7 @@
9797
"scripts": {
9898
"solid": "node ./bin/solid",
9999
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
100-
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha",
100+
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=none mocha",
101101
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
102102
"test": "npm run standard && npm run nyc"
103103
},

0 commit comments

Comments
 (0)