Skip to content

Commit

Permalink
exclude src/Chip/Schema from coverage calc
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed May 5, 2019
1 parent c7ea3f9 commit 9280012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
<exclude>
<directory suffix=".php">src/Chip/Schema</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 9280012

Please sign in to comment.