Skip to content

Commit 0290bc3

Browse files
committed
Updated php unit
1 parent 924c34d commit 0290bc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
</testsuite>
66
</testsuites>
77
<logging>
8-
<log type="coverage-clover" target="./build/logs/clover.xml"/>
8+
<log type="coverage-clover" target="./build/logs/coverage/clover/clover.xml"/>
9+
<log type="coverage-html" target="./build/logs/coverage/html/"/>
910
</logging>
1011
<filter>
1112
<whitelist>

0 commit comments

Comments
 (0)