Skip to content

Commit cda559c

Browse files
author
Greg Bowler
committed
Set XDEBUG_MODE env
1 parent a53509b commit cda559c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-coverage.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
php_extensions: xdebug
1818
bootstrap: vendor/autoload.php
1919
configuration: test/phpunit.xml
20-
args: --coverage-text -dxdebug.mode=coverage
20+
args: --coverage-text
21+
env:
22+
XDEBUG_MODE: coverage

0 commit comments

Comments
 (0)