Skip to content

Commit 80ab6a2

Browse files
committed
feat: disable action fail on coverage error
1 parent e5f081b commit 80ab6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Run Coverage
3939
uses: codecov/codecov-action@v4
4040
with:
41-
fail_ci_if_error: true
41+
fail_ci_if_error: false
4242
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)