Skip to content

Commit 6c27542

Browse files
committed
clean: Update codacy coverage reporter
1 parent aa64f27 commit 6c27542

File tree

2 files changed

+189
-343
lines changed

2 files changed

+189
-343
lines changed

package.json

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"git",
88
"diff",
99
"pretty",
10+
"parser",
11+
"diffparser",
12+
"gen",
13+
"generator",
1014
"side",
1115
"line",
1216
"side-by-side",
@@ -52,7 +56,7 @@
5256
"test:watch": "jest --watch",
5357
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
5458
"coverage:open": "yarn run test:coverage && open ./coverage/index.html",
55-
"coverage:push": "cat ./coverage/lcov.info | codacy-coverage",
59+
"coverage:push": "bash <(curl -Ls https://coverage.codacy.com/get.sh)",
5660
"validate": "yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
5761
"fix": "yarn run format:fix && yarn run lint:fix",
5862
"preversion": "yarn run validate",
@@ -81,44 +85,38 @@
8185
]
8286
},
8387
"dependencies": {
84-
"clipboardy": "^2.1.0",
85-
"diff2html": "3.0.0",
88+
"clipboardy": "^2.3.0",
89+
"diff2html": "3.1.6",
8690
"node-fetch": "^2.6.0",
87-
"open": "^7.0.2",
88-
"request": "^2.88.0",
89-
"yargs": "^15.0.2"
91+
"open": "^7.0.3",
92+
"yargs": "^15.3.1"
9093
},
9194
"devDependencies": {
9295
"@types/hogan.js": "^3.0.0",
93-
"@types/jest": "25.1.1",
94-
"@types/node": "13.7.0",
96+
"@types/jest": "25.2.1",
97+
"@types/node": "13.11.1",
9598
"@types/node-fetch": "^2.5.6",
9699
"@types/request": "2.48.4",
97-
"@typescript-eslint/eslint-plugin": "2.23.0",
98-
"@typescript-eslint/parser": "2.23.0",
99-
"codacy-coverage": "3.4.0",
100+
"@typescript-eslint/eslint-plugin": "2.28.0",
101+
"@typescript-eslint/parser": "2.28.0",
100102
"eslint": "6.8.0",
101-
"eslint-config-prettier": "6.10.0",
102-
"eslint-plugin-import": "2.20.1",
103+
"eslint-config-prettier": "6.10.1",
104+
"eslint-plugin-import": "2.20.2",
103105
"eslint-plugin-jest": "23.8.2",
104-
"eslint-plugin-json": "2.1.0",
105-
"eslint-plugin-node": "11.0.0",
106+
"eslint-plugin-json": "2.1.1",
107+
"eslint-plugin-node": "11.1.0",
106108
"eslint-plugin-optimize-regex": "1.1.7",
107109
"eslint-plugin-promise": "4.2.1",
108110
"eslint-plugin-sonarjs": "0.5.0",
109-
"husky": "4.2.3",
111+
"husky": "4.2.5",
110112
"is-ci-cli": "2.0.0",
111-
"jest": "25.1.0",
112-
"lint-staged": "10.0.8",
113+
"jest": "25.3.0",
114+
"lint-staged": "10.1.4",
113115
"markdown-toc": "^1.2.0",
114-
"prettier": "1.19.1",
115-
"ts-jest": "25.2.1",
116+
"prettier": "2.0.4",
117+
"ts-jest": "25.4.0",
116118
"typescript": "3.8.3"
117119
},
118-
"resolutions": {
119-
"acorn": ">=7.1.1",
120-
"autolinker": ">=3.0.0"
121-
},
122120
"license": "MIT",
123121
"files": [
124122
"bin",

0 commit comments

Comments
 (0)