mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-06 02:39:59 +02:00
enable xdebug for coverage in scrutinizer
This commit is contained in:
parent
02b4eea56e
commit
48726f3abc
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue