Skip to content

Commit

Permalink
Add coverage element.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickescobedo committed Jul 22, 2024
1 parent e1b9702 commit 88dd414
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 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<coverage includeUncoveredFiles="true"
pathCoverage="false"
ignoreDeprecatedCodeUnits="true"
disableCodeCoverageIgnore="true">

</coverage>
</phpunit>

0 comments on commit 88dd414

Please sign in to comment.