We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c6bd5 commit 6da00caCopy full SHA for 6da00ca
.github/workflows/ci.yml
@@ -90,6 +90,7 @@ jobs:
90
- name: Upload coverage results to Coveralls
91
uses: coverallsapp/github-action@v2
92
with:
93
+ fail-on-error: false
94
github-token: ${{ secrets.GITHUB_TOKEN }}
95
path-to-lcov: ./test/coverage/lcov.info
96
parallel: true
@@ -103,6 +104,7 @@ jobs:
103
104
- name: Coveralls Finished
105
106
107
108
109
parallel-finished: true
110
0 commit comments