Skip to content

Commit

Permalink
Merge pull request #4313 from daschuer/coveralls
Browse files Browse the repository at this point in the history
set continue-on-error: true for coveralls.io upload
  • Loading branch information
uklotzde committed Sep 20, 2021
2 parents 4bf6196 + 9e1af98 commit ae58213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
working-directory: build
- name: "Upload Coverage Report to coveralls.io"
if: matrix.name == 'coverage'
continue-on-error: true
uses: coverallsapp/github-action@master
with:
flag-name: ubuntu-20.04
Expand Down

0 comments on commit ae58213

Please sign in to comment.