Skip to content

Commit 51e48a6

Browse files
Python coverage: continue-on-error -> fail-on-error: false
Signed-off-by: Bernhard Kaindl <[email protected]>
1 parent c81f0fb commit 51e48a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
- name: Finish the parallel coverage upload to Coveralls
9090
uses: coverallsapp/github-action@v2
9191
with:
92+
fail-on-error: false
9293
parallel-finished: true
93-
continue-on-error: true # Do not fail CI if this step fails
9494

9595
deprecation-test:
9696
name: Deprecation tests

0 commit comments

Comments
 (0)