Skip to content

Commit

Permalink
Merge pull request #302 from Yoast/JRF/coverage-text-show-summary
Browse files Browse the repository at this point in the history
Tests: show text summary
  • Loading branch information
jrfnl authored May 1, 2023
2 parents 972e83e + 4f5d4d6 commit 465272c
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 465272c

Please sign in to comment.