Skip to content

Commit

Permalink
chore: remove deprecated dependency of codecov (open-telemetry#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 authored Feb 16, 2022
1 parent c63dbc1 commit 1e0ae68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
"test:browser": "nyc karma start --single-run",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"version": "node ../../scripts/version-update.js",
Expand Down Expand Up @@ -54,7 +53,6 @@
"@types/mocha": "8.2.3",
"@types/node": "16.11.21",
"@types/webpack-env": "1.16.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
Expand Down

0 comments on commit 1e0ae68

Please sign in to comment.