Skip to content

Commit

Permalink
test: update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Dec 28, 2023
1 parent 0b84ef8 commit 88df62b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
<directory>./tests/Feature</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./app</directory>
</include>
<coverage>
<report>
<html outputDirectory="./build/coverage_report/" lowUpperBound="35" highLowerBound="70"/>
</report>
Expand All @@ -32,4 +29,9 @@
<server name="SESSION_DRIVER" value="array"/>
<server name="TELESCOPE_ENABLED" value="false"/>
</php>
<source>
<include>
<directory>./app</directory>
</include>
</source>
</phpunit>

0 comments on commit 88df62b

Please sign in to comment.