Added coverage report in a Gitlab CI compatible format

This commit is contained in:
Abel Hoogeveen 2015-05-03 18:49:44 +02:00
parent a7204acd0c
commit 44ba75c8d2

View File

@ -14,6 +14,7 @@
<arg value="phpunit.phar"/>
<arg line="--configuration phpunit.xml
--log-junit build/logs/phpunit.xml
--coverage-text build/logs/coverage.xml
--coverage-clover build/logs/clover.xml
--coverage-html build/clover" />
</exec>