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:
Lina Tawfik 2025-06-12 00:21:45 -07:00
parent 63ef121e18
commit 8c950a7457
No known key found for this signature in database

View file

@ -34,4 +34,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false