Skip to content

Commit 03596db

Browse files
committed
Remove test coverage check from CLI
1 parent cb3db64 commit 03596db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"scripts": {
1111
"test": "gulp test",
12+
"ci-test": "nyc npm test && coveralls <coverage/lcov.info",
1213
"prepublishOnly": "npm test",
13-
"release": "release-it",
14-
"ci-test": "nyc --check-coverage --statements 100 --lines 100 --functions 100 --branches 100 npm test && coveralls <coverage/lcov.info"
14+
"release": "release-it"
1515
},
1616
"description": "Log all process errors: uncaught exceptions, warnings and improperly handled promises",
1717
"keywords": [

0 commit comments

Comments
 (0)