Skip to content

Commit 29e8542

Browse files
build(deps): Bump codecov/codecov-action from 6 to 7 (#3348)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 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@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74efee3 commit 29e8542

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
85+
uses: codecov/codecov-action@v7
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
@@ -145,7 +145,7 @@ jobs:
145145
name: integration-test-coverage-report-${{ github.sha }}
146146
path: ./integration-coverage
147147
- name: Upload combined coverage report
148-
uses: codecov/codecov-action@v6
148+
uses: codecov/codecov-action@v7
149149
with:
150150
token: ${{ secrets.CODECOV_TOKEN }}
151151
files: ./unit-coverage/coverage.txt,./integration-coverage/coverage.txt

0 commit comments

Comments
 (0)