Skip to content

Commit

Permalink
added coverage excludes (skeleton files and vendors)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 20, 2024
1 parent 3b83ee6 commit 0b27f22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@
<include>
<directory>./lib/</directory>
</include>
<exclude>
<directory>./lib/plugins/sfDoctrinePlugin/data/**</directory>
<directory>./lib/plugins/sfDoctrinePlugin/lib/vendor/**</directory>
<directory>./lib/task/generator/skeleton/**</directory>
<directory>./lib/vendor/swiftmailer/**</directory>
</exclude>
</coverage>
</phpunit>

0 comments on commit 0b27f22

Please sign in to comment.