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 7f85aa8 commit 707c04eCopy full SHA for 707c04e
1 file changed
.github/workflows/codecoverage.yml
@@ -59,6 +59,8 @@ jobs:
59
60
- name: Upload coverage results to Coveralls
61
uses: coverallsapp/github-action@v2
62
+ with:
63
+ fail-on-error: false
64
env:
65
github-token: ${{ secrets.GITHUB_TOKEN }}
66
file: coverage.xml
0 commit comments