Skip to content

Commit

Permalink
Merge pull request #5 from f01c33/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
f01c33 authored Feb 12, 2025
2 parents f6c1785 + 72611e7 commit 0087123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: test
run: |
go test -v -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./...
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 0087123

Please sign in to comment.