enable xdebug for coverage in scrutinizer

This commit is contained in:
El RIDO
2025-07-19 21:36:31 +02:00
parent 02b4eea56e
commit 48726f3abc

View File

@@ -20,7 +20,7 @@ build:
version: 8.2
tests:
override:
- command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
- command: 'composer require google/cloud-storage && cd tst && XDEBUG_MODE=coverage ../vendor/bin/phpunit'
coverage:
file: 'tst/log/coverage-clover.xml'
format: 'clover'