Skip to content

Commit 6e44811

Browse files
committed
Do not upload to codecov
1 parent 3097db9 commit 6e44811

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ jobs:
8888
-R "InstructionExecutorTestStandalone.canceling_without_receiving_answer_returns_false_urcap|ReverseInterfaceTest.disconnected_callbacks_are_called"
8989
env:
9090
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
91-
- name: Upload test results to Codecov
92-
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
93-
uses: codecov/codecov-action@v6
94-
with:
95-
fail_ci_if_error: true
96-
files: build/junit.xml
97-
report_type: test_results
98-
env:
99-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10091
- name: run examples
10192
run: ./run_examples.sh "192.168.56.101" 1
10293
- name: install gcovr
@@ -105,15 +96,6 @@ jobs:
10596
- name: gcovr
10697
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
10798
run: cd build && gcovr -r .. --xml coverage.xml --gcov-ignore-parse-errors negative_hits.warn_once_per_file --exclude "../3rdparty"
108-
- name: Upload coverage reports to Codecov with GitHub Action
109-
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
110-
uses: codecov/codecov-action@v6
111-
with:
112-
fail_ci_if_error: true
113-
files: build/coverage.xml
114-
flags: ${{ matrix.env.ROBOT_MODEL }}-${{ matrix.env.URSIM_VERSION }}
115-
env:
116-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
11799
- name: Generate URSim log files
118100
if: ${{ always() && steps.check_polyscopex.outputs.is_polyscopex == 'false' }}
119101
run: |
@@ -172,10 +154,3 @@ jobs:
172154
env:
173155
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
174156
run: bundle exec bashcov --skip-uncovered bats tests/test_start_ursim.bats
175-
- name: Upload coverage reports to Codecov with GitHub Action
176-
uses: codecov/codecov-action@v6
177-
with:
178-
fail_ci_if_error: true
179-
flags: start_ursim
180-
env:
181-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)