Skip to content

Commit

Permalink
Add coverage configuration to phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefro committed Nov 18, 2023
1 parent 246760c commit fce288a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<directory suffix=".php">./src</directory>
</include>
</source>
<coverage>
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>
</phpunit>

0 comments on commit fce288a

Please sign in to comment.