Skip to content

Commit c599ff1

Browse files
authored
Merge branch 'main' into main
2 parents c1a3f1c + 17952ae commit c599ff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
file: ./coverage.xml
6767
name: codecov-umbrella
68-
fail_ci_if_error: true
68+
fail_ci_if_error: false
6969
attempt_limit: 5
7070
attempt_delay: 30000

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
file: ./coverage.xml
5353
name: codecov-umbrella
54-
fail_ci_if_error: true
54+
fail_ci_if_error: false
5555
attempt_limit: 5
5656
attempt_delay: 30000

0 commit comments

Comments
 (0)