Skip to content

Commit f181d72

Browse files
Python coverage: Don't fail CI when coveralls is down for maintenance
Signed-off-by: Bernhard Kaindl <[email protected]>
1 parent c81f0fb commit f181d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/other.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
format: cobertura
5656
files: .git/coverage${{matrix.python-version}}.xml
5757
flag-name: python${{matrix.python-version}}
58+
fail-on-error: false
5859
parallel: true
5960

6061
- uses: dciborow/[email protected]
@@ -89,8 +90,8 @@ jobs:
8990
- name: Finish the parallel coverage upload to Coveralls
9091
uses: coverallsapp/github-action@v2
9192
with:
93+
fail-on-error: false
9294
parallel-finished: true
93-
continue-on-error: true # Do not fail CI if this step fails
9495

9596
deprecation-test:
9697
name: Deprecation tests

0 commit comments

Comments
 (0)