Skip to content

Commit

Permalink
exclude logic-less files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Jul 28, 2020
1 parent a320549 commit 2bee27a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<directory suffix=".php">src</directory>
<exclude>
<directory suffix=".php">src/Command/*/</directory>
<directory suffix="Interface.php">./src</directory>
<directory suffix="Message.php">./src</directory>
<directory suffix="SettingsException.php">./src</directory>
<directory suffix="LoopProvider.php">./src</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit 2bee27a

Please sign in to comment.