Skip to content

Commit

Permalink
Require full test coverage (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl authored Jan 30, 2025
1 parent 11737b2 commit 93cf081
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 @@ -35,7 +35,7 @@
"scripts": {
"build": "node lib/transform.js",
"pretest": "rm -f examples/PingTest_V1.no-batch.openapi3.json && node lib/cli.js -p --skipBatchPath -t examples/PingTest_V1.no-batch.openapi3.json examples/PingTest_V1.xml",
"test": "c8 mocha",
"test": "c8 --100 mocha",
"watch": "mocha --watch"
},
"author": "",
Expand Down

0 comments on commit 93cf081

Please sign in to comment.