Skip to content

Commit a6aa170

Browse files
committed
do not fail CI if codecov upload fails
1 parent 1c4fa21 commit a6aa170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests_codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
file: ./coverage.xml
7171
flags: unittests
72-
fail_ci_if_error: true
72+
fail_ci_if_error: false

0 commit comments

Comments
 (0)