From 7bf5469962448e1cf1ad90d4bf39e83093477de6 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Fri, 16 Feb 2024 09:17:09 +0100 Subject: [PATCH] added coverage excludes (skeleton files and vendors) --- phpunit.xml.dist | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 99dc45452..0aff0cbb5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -23,5 +23,11 @@ ./lib/ + + ./lib/plugins/sfDoctrinePlugin/data/** + ./lib/plugins/sfDoctrinePlugin/lib/vendor/** + ./lib/task/generator/skeleton/** + ./lib/vendor/swiftmailer/** +