Skip to content

Commit 027e812

Browse files
committed
🔧 chore(phpunit): add text coverage report
1 parent dc64fc2 commit 027e812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/phpunit/phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<report>
2727
<html outputDirectory="../../coverage"/>
2828
<clover outputFile="../../coverage/clover.xml"/>
29+
<text outputFile="php://stdout"/>
2930
</report>
3031
</coverage>
3132
</phpunit>

0 commit comments

Comments
 (0)