Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit d2c318e

Browse files
chore(deps): Bump codecov/codecov-action from 5.0.0 to 5.0.2 (#1706)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@9688725...5c47607) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5587d8b commit d2c318e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run Go tests
5858
run: go test -covermode atomic -coverprofile coverage.txt $(go list ./... | grep -v third_party/)
5959
- name: Upload Coverage Report
60-
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
60+
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
6161
with:
6262
env_vars: OS
6363
- name: Run Go tests w/ `-race`

0 commit comments

Comments
 (0)