Skip to content

Commit

Permalink
don't fail on codecov fail
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Apr 28, 2024
1 parent 3bca523 commit df00251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false

test_container:
needs: test
Expand Down

0 comments on commit df00251

Please sign in to comment.