Skip to content

Commit

Permalink
Fail build if Codecov upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkCZ committed Mar 15, 2021
1 parent a6aef61 commit 177508b
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 @@ -37,7 +37,7 @@ jobs:
- name: Upload code coverage to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)
run: bash <(curl -s https://codecov.io/bash) -Z
deploy-docs:
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 177508b

Please sign in to comment.