Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
test: tweaking code coverage (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Dec 30, 2017
1 parent 13d25b7 commit 6856e1e
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 @@ -8,7 +8,7 @@
"prepublish": "npm run build",
"build": "rm -rf dist && tsc -d",
"test": "nyc cucumber-js --compiler ts:ts-node/register test/features/ -r test/step_definitions/ -f json:test/report/cucumber_report.json",
"posttest": "node test/createReport.js && nyc report --reporter=text-lcov | coveralls && codecov -f coverage/*.json && cat ./coverage/lcov.info | codacy-coverage --language typescript",
"posttest": "node test/createReport.js && nyc report --reporter=text-lcov | coveralls && nyc report --reporter=text-lcov | codecov && nyc report --reporter=text-lcov | codacy-coverage --language typescript",
"semantic-release": "semantic-release"
},
"keywords": [
Expand Down

0 comments on commit 6856e1e

Please sign in to comment.