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 a7178f3 commit bac37c3Copy full SHA for bac37c3
package.json
@@ -8,7 +8,7 @@
8
"test": "istanbul cover _mocha -- -R spec test/module.test.js",
9
"precommit": "npm test && npm run check-coverage",
10
"commit": "git-cz",
11
- "check-coverage": "istanbul check-coverage --statements 75 --branches 40 --functions 80 --lines 75",
+ "check-coverage": "istanbul check-coverage --statements 73 --branches 39 --functions 80 --lines 75",
12
"report-coverage": "cat ./coverage/lcov.info | codecov",
13
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
14
},
0 commit comments