From 385613c3aa33a1636a63a2e9a68f09736e9be2f6 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 10 Aug 2020 13:40:16 +0200 Subject: 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 -- cgit v1.2.3 From 2ae285daecb58131f72e5f6cbef3a46a9ab329f5 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 10 Aug 2020 21:48:30 +0200 Subject: Rename Core/ to core/ Signed-off-by: Daniel Kesselberg --- tests/phpunit-autotest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index aa1895620f8..cba407dae77 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -8,7 +8,7 @@ > lib/ - Core/ + core/ ocs-provider/ apps.php -- cgit v1.2.3 From aa0e90f0c01f8a91be2ecdcaae9222e4807b2e78 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 10 Aug 2020 21:49:50 +0200 Subject: Exclude apps/files_external/3rdparty again Signed-off-by: Daniel Kesselberg --- tests/phpunit-autotest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index cba407dae77..17b0b62c0b7 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -21,6 +21,7 @@ ../3rdparty ../apps/*/composer ../apps/*/tests + ../apps/files_external/3rdparty ../build ../lib/composer ../tests -- cgit v1.2.3