From 3dfe475282db6221190240d57b6883a4ee6d2926 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sun, 22 Jan 2023 21:40:49 +0100 Subject: [PATCH] chore: update test coverage settings --- .gitignore | 3 +++ phpunit-laravel.xml | 10 ++++++++-- phpunit-symfony.xml | 11 +++++++++-- phpunit.xml | 20 ++++++++++---------- 4 files changed, 30 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index e29934be..fdcc8999 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ packs/**/composer.lock packs/**/vendor/ node_modules/ +coverage/ +.phpunit.cache/ +.run/ diff --git a/phpunit-laravel.xml b/phpunit-laravel.xml index e087e31a..a0c2882e 100644 --- a/phpunit-laravel.xml +++ b/phpunit-laravel.xml @@ -1,11 +1,11 @@ @@ -14,4 +14,10 @@ tests/Laravel + + + + src + + diff --git a/phpunit-symfony.xml b/phpunit-symfony.xml index c5a9cded..b690128a 100644 --- a/phpunit-symfony.xml +++ b/phpunit-symfony.xml @@ -1,11 +1,12 @@ @@ -13,4 +14,10 @@ tests/Symfony + + + + src + + diff --git a/phpunit.xml b/phpunit.xml index 350f608d..4a1f774d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,22 +1,22 @@ - - tests/Prime - - - tests/Laravel - - - tests/Symfony + + tests + + + + src + +