Skip to content

Commit

Permalink
feat: ignore PHPUnit extensions classes from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTray committed Oct 14, 2024
1 parent 8a2779f commit b6851b7
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 @@ -26,6 +26,7 @@
</include>
<exclude>
<file>./app/Http/routes.php</file>
<directory suffix=".php">./src/Support/PHPUnit</directory>
</exclude>
</source>
</phpunit>

0 comments on commit b6851b7

Please sign in to comment.