Skip to content

Commit 43c2303

Browse files
committed
Add coverage logging to phpunit.xml.dist
1 parent 1c87468 commit 43c2303

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
</testsuite>
1717
</testsuites>
1818

19+
<logging>
20+
<log type="coverage-clover" target="build/logs/clover.xml"/>
21+
</logging>
22+
1923
<filter>
2024
<whitelist>
2125
<directory>./src</directory>

0 commit comments

Comments
 (0)