Skip to content

Commit

Permalink
Fixed coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Aug 3, 2018
1 parent dd4811d commit 47f5661
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 @@ -27,7 +27,7 @@
"scripts": {
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"check-coverage": "nyc check-coverage --lines 100 --functions 75 --branches 75"
"check-coverage": "nyc check-coverage --lines 75 --functions 75 --branches 75"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 47f5661

Please sign in to comment.