Skip to content

Commit ca25b13

Browse files
Bump codecov/codecov-action from 5 to 7 (UniversalRobots#516)
1 parent e76636f commit ca25b13

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
env:
114114
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
115115
- name: Upload test results to Codecov
116-
uses: codecov/codecov-action@v6
116+
uses: codecov/codecov-action@v7
117117
with:
118118
fail_ci_if_error: true
119119
files: build/junit.xml
@@ -127,7 +127,7 @@ jobs:
127127
- name: gcovr
128128
run: cd build && gcovr -r .. --xml coverage.xml --gcov-ignore-parse-errors negative_hits.warn_once_per_file --exclude "../3rdparty"
129129
- name: Upload coverage reports to Codecov with GitHub Action
130-
uses: codecov/codecov-action@v6
130+
uses: codecov/codecov-action@v7
131131
with:
132132
fail_ci_if_error: true
133133
files: build/coverage.xml
@@ -287,7 +287,7 @@ jobs:
287287
- name: gcovr
288288
run: cd build && gcovr -r .. --xml coverage.xml --gcov-ignore-parse-errors negative_hits.warn_once_per_file --exclude "../3rdparty"
289289
- name: Upload coverage reports to Codecov with GitHub Action
290-
uses: codecov/codecov-action@v6
290+
uses: codecov/codecov-action@v7
291291
with:
292292
fail_ci_if_error: true
293293
files: build/coverage.xml
@@ -314,7 +314,7 @@ jobs:
314314
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
315315
run: bundle exec bashcov --skip-uncovered bats tests/test_start_ursim.bats
316316
- name: Upload coverage reports to Codecov with GitHub Action
317-
uses: codecov/codecov-action@v6
317+
uses: codecov/codecov-action@v7
318318
with:
319319
fail_ci_if_error: true
320320
flags: start_ursim

.github/workflows/test_python_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tests
2121
run: python -m pytest scripts/*.py --cov=scripts --cov-report=xml
2222
- name: Upload coverage reports to Codecov
23-
uses: codecov/codecov-action@v5
23+
uses: codecov/codecov-action@v7
2424
with:
2525
fail_ci_if_error: true
2626
files: coverage.xml

0 commit comments

Comments
 (0)