Exclude vendors from the code coverage

This commit is contained in:
Christophe Coevoet 2015-09-29 16:47:42 +02:00
parent 3454372665
commit 48931db081

View file

@ -23,6 +23,7 @@
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>