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 eda5a99 commit 89ee810Copy full SHA for 89ee810
package.json
@@ -39,7 +39,7 @@
39
"lint": "eslint .",
40
"style": "yarn run lint",
41
"coverage": "istanbul cover _mocha -- -u exports -R spec ./test/**/*",
42
- "check-coverage": "istanbul check-coverage --statements 50 --functions 40 --branches 0 --lines 50 ./coverage/coverage.json",
+ "check-coverage": "istanbul check-coverage --statements 40 --functions 40 --branches 0 --lines 40 ./coverage/coverage.json",
43
"test": "yarn run coverage",
44
"codacy": "cat ./coverage/lcov.info | codacy-coverage",
45
"preversion": "yarn run test",
0 commit comments