1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-21 06:56:40 +02:00

Disable coverage in phpunit

It causes an error on Travis and it is not used anymore
This commit is contained in:
Pierre Rudloff 2021-02-02 00:27:24 +01:00
parent 077bb4762e
commit 5d550a100d

View File

@ -10,8 +10,4 @@
<directory>tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="coverage/"/>
<log type="coverage-clover" target="clover.xml"/>
</logging>
</phpunit>