Skip to content

Commit b35d763

Browse files
Workaround parallel uploads failing in coveralls
1 parent dd498b5 commit b35d763

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
uses: coverallsapp/[email protected]
5454
with:
5555
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
5660

5761
packaging:
5862
name: Packaging

0 commit comments

Comments
 (0)