Skip to content

Commit 03e6c0b

Browse files
committed
disable cov ci fail
1 parent 39f2696 commit 03e6c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Upload coverage to Codecov
121121
uses: codecov/codecov-action@v5
122122
with:
123-
fail_ci_if_error: true
123+
fail_ci_if_error: false
124124
token: ${{ secrets.CODECOV_TOKEN }}
125125

126126
fileformats-test:

0 commit comments

Comments
 (0)