Skip to content

Commit f9daa79

Browse files
committed
Add nyc --check-coverage
1 parent 783559a commit f9daa79

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
@@ -11,7 +11,7 @@
1111
"test": "gulp test",
1212
"prepublishOnly": "npm test",
1313
"release": "release-it",
14-
"ci-test": "nyc npm test && coveralls <coverage/lcov.info"
14+
"ci-test": "nyc --check-coverage --statements 100 --lines 100 --functions 100 --branches 100 npm test && coveralls <coverage/lcov.info"
1515
},
1616
"description": "Log all process errors: uncaught exceptions, warnings and improperly handled promises",
1717
"keywords": [

0 commit comments

Comments
 (0)