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
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -20,7 +20,7 @@ build:
version: 8.2 version: 8.2
tests: tests:
override: 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: coverage:
file: 'tst/log/coverage-clover.xml' file: 'tst/log/coverage-clover.xml'
format: 'clover' format: 'clover'