Skip to content

Commit

Permalink
chore: remove unused deprecated codecov
Browse files Browse the repository at this point in the history
Hasn't been working for a long time because of missing credentials + tries to use a tool that was deprecated over 2 years ago: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/
  • Loading branch information
voxpelli committed Oct 5, 2023
1 parent a43c45f commit 4c0bfc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ jobs:
npm install --no-save eslint@${{ matrix.eslint }}
- name: Test
run: npm run -s test:ci
- name: Send Coverage
run: npm run -s codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@eslint/js": "^8.43.0",
"@types/eslint": "^8.44.2",
"@typescript-eslint/parser": "^5.60.0",
"codecov": "^3.8.2",
"esbuild": "^0.18.7",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -54,7 +53,6 @@
"scripts": {
"build": "node scripts/update",
"clean": "rimraf .nyc_output coverage",
"codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN",
"coverage": "opener ./coverage/lcov-report/index.html",
"format": "prettier --loglevel warn --write \"**/*.{js,css,md}\"",
"lint": "npm-run-all \"lint:*\"",
Expand Down

0 comments on commit 4c0bfc4

Please sign in to comment.