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