Skip to content

Commit

Permalink
add coverage to phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgrainger committed May 11, 2022
1 parent eef88af commit a3a8477
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="clover.xml"/>
</logging>
</phpunit>

0 comments on commit a3a8477

Please sign in to comment.