Skip to content

Commit

Permalink
chore: Don't fail CI on codecov upload failure
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Nov 6, 2023
1 parent ff3c834 commit bbc7e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: '!github.event.schedule'
with:
file: coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false
name: codecov-py${{ matrix.python-version }}

check-generate-currencies:
Expand Down

0 comments on commit bbc7e96

Please sign in to comment.