Drop implicit code coverage

Because not all PHP installs have code coverage enabled, and that makes
testing more difficult, and slower than necessary. Instead, use local config
if you need to always have code coverage.
This commit is contained in:
Adrien Crivelli 2022-09-16 10:19:51 +02:00
parent 0e8bcb63e7
commit 207438270f
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874

View File

@ -20,9 +20,4 @@
</exclude>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="./build/coverage" />
<log type="coverage-clover" target="./build/logs/clover.xml" />
<log type="junit" target="./build/logs/logfile.xml"/>
</logging>
</phpunit>
</phpunit>