Skip to content

Commit 846f7b6

Browse files
chore(deps): bump codecov/codecov-action from 4 to 5 (#403)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1d42a3 commit 846f7b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
genhtml coverage_filtered.info --output-directory coverage_html --ignore-errors source --ignore-errors inconsistent --ignore-errors category || true
8080
8181
- name: Upload coverage to Codecov
82-
uses: codecov/codecov-action@v4
82+
uses: codecov/codecov-action@v5
8383
with:
8484
files: ./build/coverage_filtered.info
8585
flags: unittests

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
196196
- name: Upload coverage to Codecov (Debug only)
197197
if: matrix.build_type == 'Debug' && runner.os == 'Linux' && steps.coverage_check.outputs.coverage_exists == 'true'
198-
uses: codecov/codecov-action@v4
198+
uses: codecov/codecov-action@v5
199199
with:
200200
files: build/coverage_filtered.info
201201
flags: integration-tests

0 commit comments

Comments
 (0)