We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4f90d commit a16cff0Copy full SHA for a16cff0
.circleci/config.yml
@@ -83,7 +83,6 @@ jobs:
83
path: coverage
84
- store_test_results:
85
86
- - run: yarn run coverage:push
87
- persist_to_workspace:
88
root: ~/workdir
89
paths:
package.json
@@ -56,7 +56,6 @@
56
"test:watch": "jest --watch",
57
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
58
"coverage:open": "yarn run test:coverage && open ./coverage/index.html",
59
- "coverage:push": "curl -Ls https://coverage.codacy.com/get.sh | bash",
60
"validate": "yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
61
"fix": "yarn run format:fix && yarn run lint:fix",
62
"preversion": "yarn run validate",
0 commit comments