Skip to content

Commit 7b2eff2

Browse files
committed
[eclipse-iceoryx#139] Do not treat the coverage upload as CI failure
1 parent 4ffec04 commit 7b2eff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ jobs:
252252
uses: codecov/codecov-action@v4
253253
with:
254254
file: target/debug/coverage/lcov.info
255-
fail_ci_if_error: true
255+
fail_ci_if_error: false

0 commit comments

Comments
 (0)