We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e26f2 commit 9fa749dCopy full SHA for 9fa749d
.github/workflows/testing-all-oses.yml
@@ -33,6 +33,7 @@ jobs:
33
- name: Send coverage to Coveralls (parallel)
34
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
35
with:
36
+ fail-on-error: false
37
debug: true
38
parallel: true
39
format: cobertura
@@ -46,4 +47,5 @@ jobs:
46
47
- name: Close parallel build
48
49
50
51
parallel-finished: true
0 commit comments