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

Commit 6856e1e

Browse files
committed
test: tweaking code coverage (again)
1 parent 13d25b7 commit 6856e1e

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
@@ -8,7 +8,7 @@
88
"prepublish": "npm run build",
99
"build": "rm -rf dist && tsc -d",
1010
"test": "nyc cucumber-js --compiler ts:ts-node/register test/features/ -r test/step_definitions/ -f json:test/report/cucumber_report.json",
11-
"posttest": "node test/createReport.js && nyc report --reporter=text-lcov | coveralls && codecov -f coverage/*.json && cat ./coverage/lcov.info | codacy-coverage --language typescript",
11+
"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",
1212
"semantic-release": "semantic-release"
1313
},
1414
"keywords": [

0 commit comments

Comments
 (0)