Skip to content

Commit

Permalink
Tests: show text summary
Browse files Browse the repository at this point in the history
... instead of a detailed breakdown. The breakdown will be in Coveralls anyway.
  • Loading branch information
jrfnl committed May 1, 2023
1 parent 972e83e commit 4f5d4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</filter>

<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/>
<log type="coverage-text" target="php://stdout" showOnlySummary="true"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>

Expand Down

0 comments on commit 4f5d4d6

Please sign in to comment.