Skip to content

Commit

Permalink
Do not fail CI on Covecov error
Browse files Browse the repository at this point in the history
No point in failing that as they're API
seems to be so unstable still.
  • Loading branch information
blomqma committed Jan 9, 2024
1 parent e97bb88 commit a7d65be
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 @@ -27,4 +27,4 @@ jobs:
- name: Coverage
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit a7d65be

Please sign in to comment.