Skip to content

Commit 3454491

Browse files
chore(deps): Bump codecov/codecov-action from 5.0.5 to 5.0.7 (#1710)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.5 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@288befb...015f24e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bbd6ca commit 3454491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
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@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
60+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
6161
with:
6262
env_vars: OS
6363
- name: Run Go tests w/ `-race`

0 commit comments

Comments
 (0)