Skip to content

Commit

Permalink
Merge pull request #51 from wneessen/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5.0.3

Bump codecov/codecov-action from 5.0.2 to 5.0.3
  • Loading branch information
wneessen authored Nov 20, 2024
2 parents df368d9 + 6498f9f commit 5901dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
run: |
go test -v -shuffle=on -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 comments on commit 5901dc3

Please sign in to comment.