Skip to content

Commit ef618fd

Browse files
committed
feat: enable ci disable action fail on coverage error
1 parent 0f6c449 commit ef618fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- master
66
pull_request:
7+
branches:
8+
- '**'
79
jobs:
810
tests:
911
runs-on: ubuntu-latest
@@ -26,4 +28,4 @@ jobs:
2628
uses: codecov/codecov-action@v4
2729
with:
2830
token: ${{ secrets.CODECOV_TOKEN }}
29-
fail_ci_if_error: true
31+
fail_ci_if_error: false

0 commit comments

Comments
 (0)