Skip to content

Commit

Permalink
Merge pull request #13 from sarbbottam/code-coverage-threshold
Browse files Browse the repository at this point in the history
chore(coverage): updated coverage threshold to 100
  • Loading branch information
ta2edchimp committed Mar 18, 2016
2 parents b20ee2c + 257090b commit fd8de57
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 @@ -12,7 +12,7 @@
"commit": "git-cz",
"validate": "npm-run-all --parallel lint cover --sequential check-coverage",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"check-coverage": "nyc check-coverage --statements 71 --branches 33 --functions 100 --lines 71",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov"
},
"bin": {
Expand Down

0 comments on commit fd8de57

Please sign in to comment.