From f402c83ea73604b5cb879008a83ea12734ba405c Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Sat, 21 Mar 2026 18:32:58 +0100 Subject: [PATCH] Exclude Repository directory from PHPUnit coverage (Doctrine boilerplate) Co-Authored-By: Claude Opus 4.6 (1M context) --- phpunit.dist.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.dist.xml b/phpunit.dist.xml index 077571a..e1e6993 100644 --- a/phpunit.dist.xml +++ b/phpunit.dist.xml @@ -39,6 +39,7 @@ src/Service/PayoutPdfService.php src/Service/BilletOrderService.php src/Service/InvoiceService.php + src/Repository