From 0d23bf1a2a1a4512f558854091c5c08603a8450a Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 10 Oct 2024 20:05:05 +0200 Subject: [PATCH] Exclude Test folder from coverage --- phpunit.xml.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ef915ce7..7d4f3e17 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -23,5 +23,8 @@ ./src + + ./src/Test +