Skip to content

Commit

Permalink
build(npm): Bumps check-coverage script to require 99% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Sep 20, 2018
1 parent 57ec0dd commit cb70961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"test": "nyc mocha",
"publish-coverage": "nyc report --reporter=text-lcov | coveralls",
"check-coverage": "nyc check-coverage --lines 75 --functions 75 --branches 75",
"check-coverage": "nyc check-coverage --lines 99 --functions 99 --branches 99",
"lint": "node node_modules/tslint/bin/tslint -c tslint.json --format stylish 'src/**/*.ts'",
"commit": "git-cz",
"test-release": "npx semantic-release --dry-run"
Expand Down

0 comments on commit cb70961

Please sign in to comment.