Skip to content

Commit b4eaeb5

Browse files
committed
Fix(test): force xdebug.mode to coverage
avoid error "Code coverage needs to be enabled in php.ini by setting 'xdebug.mode' to 'coverage'" Signed-off-by: Yann 'Ze' Richard <[email protected]>
1 parent a0b117c commit b4eaeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
run: ./vendor/bin/phpcs -p --standard=./phpcs.xml --extensions=php --warning-severity=0 src/ tests/
4444

4545
- name: PHP Unit Tests
46-
run: php -ddate.timezone=Europe/Paris ./vendor/bin/atoum +verbose
46+
run: XDEBUG_MODE=coverage php -ddate.timezone=Europe/Paris ./vendor/bin/atoum +verbose
4747

0 commit comments

Comments
 (0)