Skip to content

Commit a16cff0

Browse files
committed
fix: remove coverage push
1 parent 6e4f90d commit a16cff0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
path: coverage
8484
- store_test_results:
8585
path: coverage
86-
- run: yarn run coverage:push
8786
- persist_to_workspace:
8887
root: ~/workdir
8988
paths:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
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": "curl -Ls https://coverage.codacy.com/get.sh | bash",
6059
"validate": "yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
6160
"fix": "yarn run format:fix && yarn run lint:fix",
6261
"preversion": "yarn run validate",

0 commit comments

Comments
 (0)