There was an error while loading. Please reload this page.
1 parent edf2c13 commit cf0b15bCopy full SHA for cf0b15b
1 file changed
.github/workflows/ci.yml
@@ -47,11 +47,12 @@ jobs:
47
if: matrix.os == 'ubuntu-latest' && matrix.php == '9.0'
48
49
- name: Upload Coverage to Codecov
50
- uses: codecov/codecov-action@v4
51
- if: matrix.os == 'ubuntu-latest' && matrix.php == '9.0'
+ uses: codecov/codecov-action@v5
+ if: matrix.os == 'ubuntu-latest' && matrix.php == '8.5'
52
with:
53
+ token: ${{ secrets.CODECOV_TOKEN }}
54
files: clover.xml
- fail_ci_if_error: false
55
+ fail_ci_if_error: true
56
57
- name: Run Test Suite (Pest)
58
run: ./vendor/bin/pest --compact
0 commit comments