Skip to content

Commit

Permalink
Exclude dist folder from coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
shulard committed Jan 25, 2018
1 parent 92e02dd commit 4a943a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">.</directory>
<exclude>
<directory suffix=".php">dist</directory>
<directory suffix=".php">vendor</directory>
<directory suffix=".php">tests</directory>
</exclude>
Expand Down

0 comments on commit 4a943a1

Please sign in to comment.