Skip to content

Commit 1068799

Browse files
committed
bump: Update codacy coverage reporter
1 parent c3a037b commit 1068799

File tree

2 files changed

+1090
-1101
lines changed

2 files changed

+1090
-1101
lines changed

package.json

Lines changed: 1 addition & 2 deletions
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": "cat ./coverage/lcov.info | codacy-coverage",
59+
"coverage:push": "curl -Ls https://coverage.codacy.com/get.sh | bash",
6060
"validate": "yarn run build:templates && 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
"start": "yarn run start:website",
@@ -109,7 +109,6 @@
109109
"autoprefixer": "9.7.4",
110110
"bulma": "^0.8.0",
111111
"clipboard": "2.0.6",
112-
"codacy-coverage": "3.4.0",
113112
"copy-webpack-plugin": "5.1.1",
114113
"css-loader": "3.4.2",
115114
"cssnano": "4.1.10",

0 commit comments

Comments
 (0)