Skip to content

Commit

Permalink
chore(ci): Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesin11 authored Dec 11, 2022
1 parent fe0b5d3 commit ffcdbc7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 244 deletions.
1 change: 0 additions & 1 deletion .earthignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ sample/
.circleci/
.github/
renovate.json
codecov.yml
.octocov.yml
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,8 @@ jobs:
path: |
junit/*.xml
custom_report.json
- uses: codecov/codecov-action@v3
name: Upload coverage
with:
token: ${{ secrets.CODECOV_TOKEN }}
- uses: k1LoW/octocov-action@v0
name: Upload coverage

docker-build:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions codecov.yml

This file was deleted.

233 changes: 0 additions & 233 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"test": "jest",
"test:ci": "jest --coverage --ci --runInBand",
"test:watch": "jest --watch",
"coverage": "codecov",
"proto": "earthly --strict --remote-cache=ghcr.io/kesin11/ci_analyzer_earthly:cache +proto",
"docker": "earthly --strict --remote-cache=ghcr.io/kesin11/ci_analyzer_earthly:cache +docker",
"schema": "earthly --strict --remote-cache=ghcr.io/kesin11/ci_analyzer_earthly:cache +schema"
Expand Down Expand Up @@ -64,7 +63,6 @@
"@types/lodash": "4.14.191",
"@types/node": "18.11.11",
"@types/yargs": "17.0.17",
"codecov": "3.8.3",
"jest": "29.3.1",
"jest-junit": "15.0.0",
"rimraf": "3.0.2",
Expand Down

0 comments on commit ffcdbc7

Please sign in to comment.