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

Commit 5fda6c9

Browse files
committed
chore: Fix broken coveralls command
1 parent a55a17f commit 5fda6c9

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
@@ -13,7 +13,7 @@
1313
"unit-tests": "SKIP_INTEGRATION_TESTS=true SKIP_E2E_TESTS=true jest --forceExit",
1414
"integration-tests": "SKIP_E2E_TESTS=true jest --forceExit integration-tests",
1515
"e2e-tests": "SKIP_INTEGRATION_TESTS=true jest --forceExit e2e-tests",
16-
"report-coverage": "coveralls"
16+
"report-coverage": "cat ./coverage/lcov.info | coveralls"
1717
},
1818
"engines": {
1919
"node": "10.11.0",

0 commit comments

Comments
 (0)