We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 924c34d + 0290bc3 commit 5e90395Copy full SHA for 5e90395
phpunit.xml
@@ -5,7 +5,8 @@
5
</testsuite>
6
</testsuites>
7
<logging>
8
- <log type="coverage-clover" target="./build/logs/clover.xml"/>
+ <log type="coverage-clover" target="./build/logs/coverage/clover/clover.xml"/>
9
+ <log type="coverage-html" target="./build/logs/coverage/html/"/>
10
</logging>
11
<filter>
12
<whitelist>
0 commit comments