mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -06:00
Ensured phpcov is run with phpdbg in travis pipeline
This commit is contained in:
parent
313927827d
commit
32fcdd9d94
@ -30,7 +30,7 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- rm -f build/clover.xml
|
- rm -f build/clover.xml
|
||||||
- vendor/bin/phpcov merge build --clover build/clover.xml
|
- phpdbg -qrr vendor/bin/phpcov merge build --clover build/clover.xml
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||||||
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
|
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user