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.
npm run ci-test
1 parent 637fa2e commit 96f969eCopy full SHA for 96f969e
package.json
@@ -11,7 +11,7 @@
11
"test": "gulp test",
12
"prepublishOnly": "npm test",
13
"release": "release-it",
14
- "ci-test": "nyc npm test"
+ "ci-test": "nyc 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