Skip to content

Commit 891cf41

Browse files
author
Luca Degasperi
committed
Coverage is not ready for a prime time
1 parent cbfb4aa commit 891cf41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<log type="coverage-clover" target="/tmp/coverage.xml"/>
1919
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
2020
</logging>
21-
<listeners>
21+
<!-- <listeners>
2222
<listener class="League\PHPUnitCoverageListener\Listener">
2323
<arguments>
2424
<array>
@@ -43,5 +43,5 @@
4343
</array>
4444
</arguments>
4545
</listener>
46-
</listeners>
46+
</listeners> -->
4747
</phpunit>

0 commit comments

Comments
 (0)