Skip to content

Commit

Permalink
Saner coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Mar 29, 2024
1 parent 4509ef2 commit f73edde
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 @@ -13,7 +13,7 @@
"node": "~20"
},
"scripts": {
"test": "c8 --reporter=lcov --check-coverage --lines 80 --functions 80 --branches 80 --statements 80 mocha --timeout=10000 --exit",
"test": "c8 --reporter=lcov --check-coverage --lines 75 --functions 75 --branches 75 --statements 75 mocha --timeout=10000 --exit",
"test:integration": "c8 mocha -j 2 test/integration.test.js --timeout=5000",
"test:grep": "c8 mocha -j 2 --timeout=5000 --grep",
"test:rateLimit": "node runArtilleryTest.mjs",
Expand Down

0 comments on commit f73edde

Please sign in to comment.