We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a6c55 commit 2906e03Copy full SHA for 2906e03
.github/workflows/tests.yml
@@ -42,5 +42,7 @@ jobs:
42
- name: Send coverage
43
uses: codecov/codecov-action@v4
44
with:
45
+ fail_ci_if_error: true
46
+ flags: php-${{ matrix.php-version }}
47
token: ${{ secrets.CODECOV_TOKEN }}
48
file: ./coverage/cov.xml
0 commit comments