remove coverage from phpunit.xml

This commit is contained in:
uwetews
2017-04-14 13:08:10 +02:00
parent c3afe0bc9d
commit 5fe8455e87

View File

@@ -37,8 +37,6 @@
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="./coverage/report" lowUpperBound="35"
highLowerBound="70"/>
<log type="tap" target="TestResults.tap"/>
</logging>