Skip to content

Commit

Permalink
Merge pull request #57 from shogo82148/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
shogo82148 authored Feb 2, 2024
2 parents fff8437 + f723d22 commit e0d8cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
go test -v -coverprofile=profile.cov ./...
- name: upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./profile.cov
flags: ${{ matrix.go }}
token: ${{ secrets.CODECOV_TOKEN }}

goreleaser-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e0d8cf4

Please sign in to comment.