We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2195cb0 commit 5a839fbCopy full SHA for 5a839fb
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Composer dependencies
21
run: composer install
22
- name: Run Testsuite
23
- run: vendor/bin/phpunit --coverage-clover=coverage.xml
+ run: php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-clover=coverage.xml
24
- name: Upload coverage reports to Codecov
25
uses: codecov/[email protected]
26
with:
0 commit comments