Skip to content

Commit

Permalink
Updated phpunit.xml coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Dec 4, 2024
1 parent 9b97e40 commit 809e969
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
<directory suffix="Test.php">tests/</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">src/</directory>
</include>
</coverage>

<source>
<include>
<directory>src</directory>
</include>
</source>
</phpunit>

0 comments on commit 809e969

Please sign in to comment.