From ea11ffb9caeb9af94773438d9e250433f03abc38 Mon Sep 17 00:00:00 2001 From: Colin Stewart <79332690+costdev@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:05:31 +0000 Subject: [PATCH] `Tests`: Add default coverage settings. (#97) --- .gitignore | 2 ++ phpunit.xml.dist | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index a41bcb0..29dd278 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /phpunit.xml /vendor .cache/* +/tests/cache +/tests/coverage diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b719475..d6751ac 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -14,4 +14,17 @@ ./tests/ + + + ./aspire-update.php + ./includes + + + ./includes/autoload.php + + + + + +