Skip to content

Commit

Permalink
Allow build failing on codecov uploads again
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 9, 2021
1 parent 650cc05 commit 3143d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: success()
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: false
fail_ci_if_error: true

release:
name: Release
Expand Down

0 comments on commit 3143d37

Please sign in to comment.