Skip to content

Commit db8a19c

Browse files
authored
chore: remove deprecated dependency of codecov (#906)
1 parent fc70db6 commit db8a19c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
1414
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
1515
"test:browser": "nyc karma start --single-run",
16-
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
1716
"lint": "eslint . --ext .ts",
1817
"lint:fix": "eslint . --ext .ts --fix",
1918
"version": "node ../../scripts/version-update.js",
@@ -54,7 +53,6 @@
5453
"@types/mocha": "8.2.3",
5554
"@types/node": "16.11.21",
5655
"@types/webpack-env": "1.16.2",
57-
"codecov": "3.8.3",
5856
"colors": "1.4.0",
5957
"gts": "3.1.0",
6058
"istanbul-instrumenter-loader": "3.0.1",

0 commit comments

Comments
 (0)