Possible fix for code coverage report

This commit is contained in:
DariusIII
2018-03-09 09:21:53 +01:00
parent 67f923bffa
commit 69c2afe2cb
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -21,6 +21,6 @@
</exclude>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-clover" target="/build/logs/coverage_clover.xml"/>
</logging>
</phpunit>