Skip to content

Commit 3094ba0

Browse files
committed
added coverage logging to phpunit.xml
1 parent 5439a26 commit 3094ba0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
<directory>./tests/Malocher/Test/Integration/</directory>
1414
</testsuite>
1515
</testsuites>
16+
<logging>
17+
<log type="coverage-clover" target="build/logs/clover.xml"/>
18+
</logging>
1619
</phpunit>

0 commit comments

Comments
 (0)