We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53509b commit cda559cCopy full SHA for cda559c
.github/workflows/ci-coverage.yml
@@ -17,4 +17,6 @@ jobs:
17
php_extensions: xdebug
18
bootstrap: vendor/autoload.php
19
configuration: test/phpunit.xml
20
- args: --coverage-text -dxdebug.mode=coverage
+ args: --coverage-text
21
+ env:
22
+ XDEBUG_MODE: coverage
0 commit comments