Skip to content

Commit 6ab8667

Browse files
committed
Set Codecov action to not fail CI on error for improved workflow stability
1 parent 7cb7a61 commit 6ab8667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
files: clover.xml
55-
fail_ci_if_error: true
55+
fail_ci_if_error: false
5656

5757
- name: Run Test Suite (Pest)
5858
run: ./vendor/bin/pest --compact

0 commit comments

Comments
 (0)