Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Bump our coverage thresholds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Dec 26, 2012
1 parent 16f6c8d commit 9235472
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 @@ -33,7 +33,7 @@
"lint": "node_modules/jslint/bin/jslint.js esprima.js",
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 99.32 --branch 97.51 --function 100",
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 99.72 --branch 98.22 --function 100",
"benchmark": "node test/benchmarks.js",
"benchmark-quick": "node test/benchmarks.js quick"
}
Expand Down

0 comments on commit 9235472

Please sign in to comment.