Skip to content

Commit

Permalink
> codecov uploader failed (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
muma378 authored Aug 16, 2024
1 parent 90e4c2e commit d031b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go-version: 1.22.2
- name: Test
run: make test
- uses: codecov/codecov-action@v3.1.4
- uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./cover.out # optional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version: 1.22.2
- name: Test
run: make test
- uses: codecov/codecov-action@v3.1.4
- uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./cover.out # optional
Expand Down

0 comments on commit d031b0a

Please sign in to comment.