Skip to content

Commit

Permalink
Merge pull request #32 from mybuilder/code-coverage
Browse files Browse the repository at this point in the history
Add filter so that code coverage displays correctly
  • Loading branch information
maxbaldanza authored Oct 20, 2022
2 parents 395ed50 + 344e663 commit 4ce7732
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,14 @@
<directory>tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./src</directory>
<exclude>
<directory>./tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 4ce7732

Please sign in to comment.