From 60229a8ec0c006c5400f96d63f486f9042f13dea Mon Sep 17 00:00:00 2001 From: mrothauer Date: Mon, 4 Sep 2023 11:47:03 +0200 Subject: [PATCH] add plugin folder to codecov --- phpunit.xml.dist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7e1f15efd..867eb733f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,8 +2,10 @@ - ./src/ - ./plugins/*/src/ + ./src/ + ./templates/ + ./plugins/Admin/src/ + ./plugins/Admin/templates/