Skip to content

Commit 732292b

Browse files
committed
Work around Coveralls outage
1 parent d286c90 commit 732292b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ jobs:
348348
with:
349349
github-token: ${{ secrets.GITHUB_TOKEN }}
350350
flag-name: webservices-ui
351+
fail-on-error: false
351352
parallel: true
352353
file: ${{ github.workspace }}/UI/coverage/lcov.info
353354
if: ${{ matrix.COVERAGE }}
@@ -566,6 +567,7 @@ jobs:
566567
uses: coverallsapp/github-action@v2.3.6
567568
with:
568569
github-token: ${{ secrets.GITHUB_TOKEN }}
570+
fail-on-error: false
569571
parallel-finished: true
570572

571573
# Run the build hook again (Coveralls suggested patch)

0 commit comments

Comments
 (0)