Skip to content

Commit 89ee810

Browse files
author
whyboris
committed
decrease min coverage to 40
1 parent eda5a99 commit 89ee810

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
@@ -39,7 +39,7 @@
3939
"lint": "eslint .",
4040
"style": "yarn run lint",
4141
"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",
42+
"check-coverage": "istanbul check-coverage --statements 40 --functions 40 --branches 0 --lines 40 ./coverage/coverage.json",
4343
"test": "yarn run coverage",
4444
"codacy": "cat ./coverage/lcov.info | codacy-coverage",
4545
"preversion": "yarn run test",

0 commit comments

Comments
 (0)