Skip to content

Commit 96f969e

Browse files
committed
Improve npm run ci-test
1 parent 637fa2e commit 96f969e

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"
14+
"ci-test": "nyc 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)