Skip to content

Commit

Permalink
Exclude migration file from coverage test
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <[email protected]>
  • Loading branch information
pine3ree committed Oct 4, 2023
1 parent debb6c0 commit bcf134c
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 @@ -12,6 +12,9 @@
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
<exclude>
<file>./src/migrate.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit bcf134c

Please sign in to comment.