We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72ee58 commit 0df88b8Copy full SHA for 0df88b8
package.json
@@ -11,7 +11,7 @@
11
12
"mocha": "mocha tests/ -c",
13
"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",
+ "check-coverage": "istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80",
15
"update-coveralls": "cat coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
16
},
17
"repository": {
0 commit comments