Skip to content

Commit 2303084

Browse files
committed
Test fixes
1 parent f5c8021 commit 2303084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Execute tests
5454
continue-on-error: ${{ matrix.php > 8 }}
55-
run: vendor/bin/phpunit --verbose
55+
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
5656

5757
- name: Upload coverage
5858
run: |

0 commit comments

Comments
 (0)