Skip to content

Commit 0df88b8

Browse files
committed
less strict coverage check
1 parent a72ee58 commit 0df88b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
"mocha": "mocha tests/ -c",
1313
"mocha-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- tests/ -R spec",
14-
"check-coverage": "istanbul check-coverage --statements 90 --branches 90 --functions 90 --lines 90",
14+
"check-coverage": "istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80",
1515
"update-coveralls": "cat coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)