Skip to content

Commit

Permalink
ci: bump codecov/codecov-action in the github-actions group (#20)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).

Updates `codecov/codecov-action` from 5.1.1 to 5.1.2
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent d25bc2a commit 9be1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=./pkg/... ./tests/unit/...
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.txt
Expand Down

0 comments on commit 9be1986

Please sign in to comment.