Skip to content

Commit

Permalink
iox-#1906 No CI failure when Codecov Upload fails
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Feb 20, 2023
1 parent 2fd8189 commit cc67b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ jobs:
file: ./lcov_results/unittest/lcov/iceoryx_lcov_result_unit.info
name: iceoryx
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./lcov_results/unittest_timing/lcov/iceoryx_lcov_result_unit-timing.info
name: iceoryx
flags: unittests_timing
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit cc67b87

Please sign in to comment.