Update build.yml

Disable continue-on-error for coverage because hiding the error actually makes it difficult to debug now :)
This commit is contained in:
Arseny Kapoulkine 2021-12-02 15:55:06 -08:00 committed by GitHub
parent 864221e667
commit f5ec6df7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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