Added regular coverage report

This commit is contained in:
Abel Hoogeveen 2015-05-03 19:32:22 +02:00
parent 98f2daca42
commit 884c421a46

View File

@ -15,7 +15,7 @@
<arg line="--configuration phpunit.xml
--log-junit build/logs/phpunit.xml
--coverage-clover build/logs/clover.xml
--coverage-text=build/logs/coverage.txt
--coverage-text=coverage.txt
--coverage-html build/clover" />
</exec>
</target>