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 dd498b5 commit b35d763Copy full SHA for b35d763
.github/workflows/ci.yml
@@ -53,6 +53,10 @@ jobs:
53
uses: coverallsapp/[email protected]
54
with:
55
github-token: ${{ secrets.GITHUB_TOKEN }}
56
+ # The first coveralls upload will succeed and others seem to fail now.
57
+ # This is a quick workaround for doing a proper "parallel" setup:
58
+ # https://github.com/coverallsapp/github-action
59
+ fail-on-error: false
60
61
packaging:
62
name: Packaging
0 commit comments