1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Fix coverage merge script

The coverage merge script needs a coverage driver and as xdebug is now always disabled, we need to run it with phpdbg.
This commit is contained in:
Niklas Keller 2017-05-28 17:23:16 +02:00
parent 78e7136cdb
commit 2fb3a1a50f

View File

@ -37,7 +37,7 @@ script:
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- coverage/bin/phpcov merge --clover build/logs/clover.xml coverage/cov
- phpdbg -qrr coverage/bin/phpcov merge --clover build/logs/clover.xml coverage/cov
- php vendor/bin/coveralls -v
cache: