Skip to content

Commit a6c989c

Browse files
committed
PHPUnit: Print coverage report to stdout by default
1 parent f82c529 commit a6c989c

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
@@ -32,5 +32,6 @@
3232
</filter>
3333
<logging>
3434
<log type="coverage-clover" target="clover.xml"/>
35+
<log type="coverage-text" target="php://stdout"/>
3536
</logging>
3637
</phpunit>

0 commit comments

Comments
 (0)