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 219820a commit ce51498Copy full SHA for ce51498
package.json
@@ -41,7 +41,7 @@
41
"test": "yarn run coverage",
42
"coverage": "nyc mocha",
43
"coverage-html": "nyc report --reporter=html && open ./coverage/index.html",
44
- "check-coverage": "nyc check-coverage --statements 40 --functions 40 --branches 0 --lines 40",
+ "check-coverage": "nyc check-coverage --statements 35 --functions 35 --branches 0 --lines 35",
45
"report": "nyc report",
46
"coverage-lcov": "nyc report --reporter=lcov",
47
"codacy": "cat ./coverage/lcov.info | codacy-coverage",
0 commit comments