Skip to content

Commit

Permalink
Add text-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Aug 1, 2024
1 parent e134748 commit 9d0aedf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
</filter>

<logging>
<!--
Adapt these paths to your special needs
<!--
Adapt these paths to your special needs
-->
<log type="coverage-html" target="build/phpunit/coverage" charset="UTF-8"
yui="true" highlight="false"
lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-text" yui="true" highlight="false"
lowUpperBound="35" highLowerBound="70"/>
</logging>
</phpunit>

0 comments on commit 9d0aedf

Please sign in to comment.