Ignore errors during upload coverage (#236)

This commit is contained in:
Arseny Kapoulkine 2021-11-23 08:26:28 -08:00 committed by GitHub
parent 6958716ccd
commit 5740686124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ jobs:
with:
path-to-lcov: ./coverage.info
github-token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
- uses: actions/upload-artifact@v2
with:
name: coverage