Skip to content

Commit 9fa749d

Browse files
authored
avoid disruption of workflows when coveralls has an API outage (Open-MSS#3012)
1 parent 39e26f2 commit 9fa749d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing-all-oses.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Send coverage to Coveralls (parallel)
3434
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
3535
with:
36+
fail-on-error: false
3637
debug: true
3738
parallel: true
3839
format: cobertura
@@ -46,4 +47,5 @@ jobs:
4647
- name: Close parallel build
4748
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
4849
with:
50+
fail-on-error: false
4951
parallel-finished: true

0 commit comments

Comments
 (0)