Skip to content

Commit e287b7c

Browse files
committed
chore: print coverage on phpunit
1 parent 7e8d5f9 commit e287b7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020
<directory>src</directory>
2121
</whitelist>
2222
</filter>
23+
24+
<logging>
25+
<log type="coverage-text" target="php://stdout" showOnlySummary="true"/>
26+
</logging>
2327
</phpunit>

0 commit comments

Comments
 (0)