Skip to content

Commit bc7e951

Browse files
committed
fix: Change syntax to send Codacy coverage
1 parent 5cb430e commit bc7e951

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
@@ -56,7 +56,7 @@
5656
"test:watch": "jest --watch",
5757
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
5858
"coverage:open": "yarn run test:coverage && open ./coverage/index.html",
59-
"coverage:push": "bash <(curl -Ls https://coverage.codacy.com/get.sh)",
59+
"coverage:push": "curl -Ls https://coverage.codacy.com/get.sh | bash",
6060
"validate": "yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
6161
"fix": "yarn run format:fix && yarn run lint:fix",
6262
"preversion": "yarn run validate",

0 commit comments

Comments
 (0)