From 48931db08162b3e89c71930d7cc98cc78c50d95b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 29 Sep 2015 16:47:42 +0200 Subject: [PATCH] Exclude vendors from the code coverage --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ccf383b..2feee9d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -23,6 +23,7 @@ ./Resources ./Tests + ./vendor