We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d286c90 commit 732292bCopy full SHA for 732292b
.github/workflows/main.yml
@@ -348,6 +348,7 @@ jobs:
348
with:
349
github-token: ${{ secrets.GITHUB_TOKEN }}
350
flag-name: webservices-ui
351
+ fail-on-error: false
352
parallel: true
353
file: ${{ github.workspace }}/UI/coverage/lcov.info
354
if: ${{ matrix.COVERAGE }}
@@ -566,6 +567,7 @@ jobs:
566
567
uses: coverallsapp/github-action@v2.3.6
568
569
570
571
parallel-finished: true
572
573
# Run the build hook again (Coveralls suggested patch)
0 commit comments