Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Disable continue-on-error for coverage because hiding the error actually makes it difficult to debug now :)
  • Loading branch information
zeux authored Dec 2, 2021
1 parent 864221e commit f5ec6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5ec6df

Please sign in to comment.