Skip to content

Commit

Permalink
Updated phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TS committed Apr 6, 2024
1 parent 1558300 commit 717cce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</source>
<coverage>
<report>
<html outputDirectory="./tests/coverage" />
<text outputFile="./tests/coverage/result.txt" />
<html outputDirectory="./tests/coverage" lowUpperBound="35" highLowerBound="70" />
<text outputFile="php://stdout" showUncoveredFiles="true" />
</report>
</coverage>
</phpunit>

0 comments on commit 717cce7

Please sign in to comment.