Skip to content

Commit

Permalink
Add coverage config to PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed May 8, 2024
1 parent 5b4480f commit 134d402
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>
<php>
<env name="XDEBUG_MODE" value="debug,develop,coverage"/>
"/>
</php>
</phpunit>

0 comments on commit 134d402

Please sign in to comment.