mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-02 17:29:15 +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
|
||||
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue