Skip to content

Commit

Permalink
review coveralls invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-genova-ntt committed Feb 18, 2019
1 parent 57ee229 commit 64ecc7b
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 @@ -5,7 +5,7 @@
"main": "dist/app/lighthouse-job.js",
"scripts": {
"test": "npm run build && jest --coverage --config jest.conf.json",
"coveralls": "npm run build && jest --coverage --config jest.conf.json && cat ./coverage/lcov.info | coveralls",
"coveralls": "npm run build && jest --coverage --config jest.conf.json --coverageReporters=text-lcov | coveralls",
"build": "rimraf dist/ && babel ./app --out-dir dist/app --copy-files && babel ./__tests__ --out-dir dist/__tests__ --copy-file",
"start": "npm run build && node dist/app/index.js"
},
Expand Down

0 comments on commit 64ecc7b

Please sign in to comment.