Skip to content

Commit

Permalink
chore: fail CLI tests if coverage is not 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Oct 12, 2024
1 parent 4a80cc6 commit 6b873f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url"
],
"scripts": {
"test": "standard && c8 --reporter text --reportDir coverage/cli mocha test/**/*.js && web-test-runner test/**/*.js --node-resolve",
"test": "standard && c8 --100 mocha test/**/*.js && web-test-runner test/**/*.js --node-resolve",
"benchmark": "node benchmark/benchmark.js"
},
"devDependencies": {
Expand Down

0 comments on commit 6b873f6

Please sign in to comment.