Skip to content

Commit

Permalink
Fixes CI may fail silently
Browse files Browse the repository at this point in the history
Piping to `coveralls` made the CI not failing properly, refs:
nickmerwin/node-coveralls#230
  • Loading branch information
AndreMiras committed Dec 7, 2019
1 parent f475139 commit e682ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"test": "jest --coverage",
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test:coveralls": "jest --coverage && coveralls coverage/lcov.info",
"lint": "eslint src/*.js",
"test:inspect": "node --inspect node_modules/.bin/jest --runInBand src/index.test.js",
"test:debug": "node debug node_modules/.bin/jest --runInBand src/index.test.js",
Expand Down

0 comments on commit e682ac8

Please sign in to comment.