mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
enable xdebug for coverage in scrutinizer
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user