Skip to content

Commit b52ed2e

Browse files
committed
ci: Do not fail ci if Coverage reporting fails (e.g. Coveralls servers are down)
This adds `continue-on-error` to the coverage upload step too (previously only on coverage calculation steps)
1 parent 2a84111 commit b52ed2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ jobs:
5656
steps:
5757
- name: Close parallel build
5858
uses: coverallsapp/github-action@v2.3.7
59+
continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down)
5960
with:
6061
parallel-finished: true

0 commit comments

Comments
 (0)