Skip to content

Commit 2263c43

Browse files
committed
Generate coverage report in HTML too.
1 parent f68d517 commit 2263c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</whitelist>
1414
</filter>
1515
<logging>
16+
<log type="coverage-html" target="test/report"/>
1617
<log type="coverage-clover" target="test/coverage.xml"/>
1718
</logging>
1819
</phpunit>

0 commit comments

Comments
 (0)