Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 8c950a7

Browse files
committed
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.
1 parent 63ef121 commit 8c950a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
uses: codecov/codecov-action@v4
3535
with:
3636
file: ./coverage.xml
37-
fail_ci_if_error: true
37+
fail_ci_if_error: false

0 commit comments

Comments
 (0)