File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments