From 385613c3aa33a1636a63a2e9a68f09736e9be2f6 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 10 Aug 2020 13:40:16 +0200 Subject: [PATCH] Exclude apps/*/tests for coverage calculation Signed-off-by: Daniel Kesselberg --- tests/phpunit-autotest.xml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index da786c765f8..aa1895620f8 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -8,7 +8,6 @@ > lib/ - Settings/ Core/ ocs-provider/ apps.php @@ -20,29 +19,11 @@ .. ../3rdparty - ../apps/admin_audit/tests - ../apps/dav/tests - ../apps/encryption/tests - ../apps/federatedfilesharing/tests - ../apps/federation/tests - ../apps/files/tests - ../apps/files_external - ../apps/files_sharing/tests - ../apps/files_trashbin/tests - ../apps/files_versions/tests - ../apps/oauth2/tests - ../apps/provisioning_api/tests - ../apps/systemtags/tests - ../apps/theming/tests - ../apps/settings/tests - ../apps/twofactor_backupcodes/tests - ../apps/updatenotification/tests - ../apps/user_ldap/tests - ../apps/workflowengine/tests - ../tests + ../apps/*/composer + ../apps/*/tests ../build ../lib/composer - ../apps/*/composer + ../tests -- 2.39.5