Skip to content

Commit 06da5dc

Browse files
committed
CI: disable codecov fail_ci_if_error on Windows, it is buggy
1 parent 3b97936 commit 06da5dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/os.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ jobs:
110110
- uses: codecov/codecov-action@v5
111111
with:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113-
fail_ci_if_error: true
113+
# codecov/codecov-action seems unreliable on Windows
114+
fail_ci_if_error: ${{ runner.os != 'Windows' }}

0 commit comments

Comments
 (0)