Skip to content

Commit 3169f59

Browse files
build(deps): Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a560ab commit 3169f59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
8383

8484
- name: Upload coverage to Codecov
85-
uses: codecov/codecov-action@v4
85+
uses: codecov/codecov-action@v5
8686
with:
8787
files: lcov.info
8888
flags: rust

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
name: integration-test-coverage-report-${{ github.sha }}
191191
path: ./integration-coverage
192192
- name: Upload combined coverage report
193-
uses: codecov/codecov-action@v5.4.3
193+
uses: codecov/codecov-action@v5
194194
with:
195195
token: ${{ secrets.CODECOV_TOKEN }}
196196
files: ./unit-coverage/coverage.txt,./integration-coverage/coverage.txt

0 commit comments

Comments
 (0)