From c334b28f3e28d108a476dbb810a17bc5d65c00d8 Mon Sep 17 00:00:00 2001 From: "ityaozm@gmail.com" Date: Mon, 24 Jun 2024 18:24:49 +0800 Subject: [PATCH] ci(phpunit): Fix coverage exclusion in phpunit.xml.dist - Removed commented out exclusion for app/Contracts in coverage settings - Updated coverage settings to include processUncoveredFiles --- phpunit.xml.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 2dee3fc..3d1bfd3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -19,18 +19,18 @@ vendor/ - app/Commands/BuildCommand.php app/Support/JsonFixer.php app/Support/helpers.php app/Macros/StrMacro.php - --> + ./app