Skip to content

Commit

Permalink
ci: 🎡 ignore codecov upload errors (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Jan 30, 2023
1 parent c3905d4 commit a6c2968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_unit-tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
with:
working-directory: ${{ inputs.working-directory }}
files: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false
flags: ${{ env.codecov_flag }}

0 comments on commit a6c2968

Please sign in to comment.