Skip to content

Commit bb8755c

Browse files
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] <support@github.com>
1 parent 47c18b0 commit bb8755c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
8686
- name: Upload test results to Codecov
8787
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
88-
uses: codecov/codecov-action@v5
88+
uses: codecov/codecov-action@v6
8989
with:
9090
fail_ci_if_error: true
9191
files: build/junit.xml
@@ -102,7 +102,7 @@ jobs:
102102
run: cd build && gcovr -r .. --xml coverage.xml --gcov-ignore-parse-errors negative_hits.warn_once_per_file --exclude "../3rdparty"
103103
- name: Upload coverage reports to Codecov with GitHub Action
104104
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
105-
uses: codecov/codecov-action@v5
105+
uses: codecov/codecov-action@v6
106106
with:
107107
fail_ci_if_error: true
108108
files: build/coverage.xml
@@ -168,7 +168,7 @@ jobs:
168168
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
169169
run: bundle exec bashcov --skip-uncovered bats tests/test_start_ursim.bats
170170
- name: Upload coverage reports to Codecov with GitHub Action
171-
uses: codecov/codecov-action@v5
171+
uses: codecov/codecov-action@v6
172172
with:
173173
fail_ci_if_error: true
174174
flags: start_ursim

0 commit comments

Comments
 (0)