Skip to content

Commit

Permalink
fix: exclude test traits from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsicor committed Sep 12, 2024
1 parent ab8d8ef commit 8dd7f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<exclude>
<directory suffix=".php">./tests</directory>
<directory suffix=".php">./vendor</directory>
<directory suffix=".php">./src/Traits/TestTraits</directory>
</exclude>
</source>
</phpunit>

0 comments on commit 8dd7f13

Please sign in to comment.