Skip to content

Commit

Permalink
Exclude Test folder from coverage (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Oct 10, 2024
1 parent 7e45340 commit d73fa57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
<include>
<directory>./src</directory>
</include>
<exclude>
<directory>./src/Test</directory>
</exclude>
</source>
</phpunit>

0 comments on commit d73fa57

Please sign in to comment.