allow coveralls job to fail, as it is down :( (#984)

This commit is contained in:
blotus 2021-09-21 12:45:38 +02:00 committed by GitHub
parent 990599a0b5
commit e92862213e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ jobs:
outfile: coverage.txt
- name: Coveralls
uses: coverallsapp/github-action@master
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.txt