Skip to content

Commit

Permalink
fix(package): Change on check-coverage metrics
Browse files Browse the repository at this point in the history
This commit should not be a bug fix but I need a version update to be able to test the library in a
bigger environment
  • Loading branch information
Luc Merceron committed May 1, 2017
1 parent a6b65c6 commit bc48394
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"commit": "git-cz",
"check-coverage": "istanbul check-coverage --statements 90 --branches 85 --functions 100 --lines 100",
"check-coverage": "istanbul check-coverage --statements 90 --branches 90 --functions 90 --lines 90",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit bc48394

Please sign in to comment.