We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bba5f9 commit c85d6f0Copy full SHA for c85d6f0
.github/workflows/unit-test.yml
@@ -18,4 +18,4 @@ jobs:
18
coverage: xdebug
19
tools: composer, phpunit
20
- run: composer install -n --prefer-dist
21
- - run: php vendor/phpunit/phpunit/phpunit -c phpunit.xml
+ - run: php vendor/phpunit/phpunit/phpunit -c phpunit.xml --coverage-clover=coverage.xml
0 commit comments