mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-07-07 14:45:00 +00:00
Fix CI: Don't fail on Codecov upload errors
The tests are passing but CI was failing due to missing Codecov token. Set fail_ci_if_error to false since coverage upload is optional.
This commit is contained in:
parent
63ef121e18
commit
8c950a7457
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -34,4 +34,4 @@ jobs:
|
|||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
Loading…
Add table
Add a link
Reference in a new issue