We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7214062 commit 4e2c265Copy full SHA for 4e2c265
phpunit.xml
@@ -3,6 +3,6 @@
3
<directory>tests</directory>
4
</testsuite>
5
<logging>
6
- <log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
+ <log type="coverage-clover" target="build/logs/clover.xml"/>
7
</logging>
8
</phpunit>
0 commit comments