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.
nyc --check-coverage
1 parent 783559a commit f9daa79Copy full SHA for f9daa79
package.json
@@ -11,7 +11,7 @@
11
"test": "gulp test",
12
"prepublishOnly": "npm test",
13
"release": "release-it",
14
- "ci-test": "nyc npm test && coveralls <coverage/lcov.info"
+ "ci-test": "nyc --check-coverage --statements 100 --lines 100 --functions 100 --branches 100 npm test && coveralls <coverage/lcov.info"
15
},
16
"description": "Log all process errors: uncaught exceptions, warnings and improperly handled promises",
17
"keywords": [
0 commit comments