Skip to content

Commit 0539406

Browse files
committed
Update phpunit to use phpunit.xml
1 parent d7beccf commit 0539406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: phpcs
6767

6868
- name: Run tests and collect coverage
69-
run: vendor/bin/phpunit --coverage-clover coverage.xml .
69+
run: vendor/bin/phpunit --coverage-clover coverage.xml
7070

7171
- name: Upload coverage to Codecov
7272
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)