We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c8021 commit 2303084Copy full SHA for 2303084
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Execute tests
54
continue-on-error: ${{ matrix.php > 8 }}
55
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
56
57
- name: Upload coverage
58
run: |
0 commit comments