Fix coverage path

This commit is contained in:
Dennis Eichhorn 2018-08-12 10:26:57 +02:00
parent bd935810bf
commit 1017a3a003

View File

@ -29,6 +29,6 @@
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-clover" target="../build/logs/clover.xml"/>
</logging>
</phpunit>