Skip to content

Commit

Permalink
Enable fail_ci_if_error for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 6, 2020
1 parent 4d31785 commit 6e296a5
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 @@ -45,7 +45,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true # ideally this should be enabled but codecov uploads fail a lot
fail_ci_if_error: true

release:
name: Release
Expand Down

0 comments on commit 6e296a5

Please sign in to comment.