Skip to content

Commit 1289a0c

Browse files
dependabot[bot]jolars
authored andcommitted
chore(deps): bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3af59b commit 1289a0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
covr::to_cobertura(cov)
3939
shell: Rscript {0}
4040

41-
- uses: codecov/codecov-action@v5
41+
- uses: codecov/codecov-action@v6
4242
with:
4343
# Fail if error if not on PR, or if on PR and token is given
4444
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
@@ -87,7 +87,7 @@ jobs:
8787
run: cargo llvm-cov --workspace --all-features --lcov --ignore-filename-regex "src/lib.rs" --output-path lcov.info
8888

8989
- name: Upload Rust coverage to Codecov (flag=rust)
90-
uses: codecov/codecov-action@v5
90+
uses: codecov/codecov-action@v6
9191
with:
9292
files: src/rust/lcov.info
9393
flags: rust

0 commit comments

Comments
 (0)