Skip to content

Commit

Permalink
chore(coverage): Raise the coverage targets
Browse files Browse the repository at this point in the history
  • Loading branch information
airosa committed Apr 21, 2016
1 parent c6d0845 commit afb4443
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": "src/sdmxmllib.js",
"scripts": {
"commit": "git-cz",
"check-coverage": "istanbul check-coverage --statements 80 --branches 60 --functions 80 --lines 80",
"check-coverage": "istanbul check-coverage --statements 85 --branches 65 --functions 85 --lines 90",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"test": "mocha --require ./src/util/node-helper.js --recursive",
"test:single": "istanbul cover _mocha -- --require ./src/util/node-helper.js --recursive",
Expand Down

0 comments on commit afb4443

Please sign in to comment.