Skip to content

Commit 2074382

Browse files
committed
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.
1 parent 0e8bcb6 commit 2074382

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,4 @@
2020
</exclude>
2121
</whitelist>
2222
</filter>
23-
<logging>
24-
<log type="coverage-html" target="./build/coverage" />
25-
<log type="coverage-clover" target="./build/logs/clover.xml" />
26-
<log type="junit" target="./build/logs/logfile.xml"/>
27-
</logging>
28-
</phpunit>
23+
</phpunit>

0 commit comments

Comments
 (0)