Skip to content

Commit 2906e03

Browse files
committed
ci: improve Coverage upload
1 parent f6a6c55 commit 2906e03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ jobs:
4242
- name: Send coverage
4343
uses: codecov/codecov-action@v4
4444
with:
45+
fail_ci_if_error: true
46+
flags: php-${{ matrix.php-version }}
4547
token: ${{ secrets.CODECOV_TOKEN }}
4648
file: ./coverage/cov.xml

0 commit comments

Comments
 (0)