Skip to content

Commit 582528e

Browse files
committed
Add clover test coverage when testing
1 parent 2f080ba commit 582528e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@
2121
<directory suffix=".php">./app</directory>
2222
</whitelist>
2323
</filter>
24+
<logging>
25+
<log type="coverage-clover" target="./build/logs/clover.xml"/>
26+
</logging>
2427
</phpunit>

0 commit comments

Comments
 (0)