From 49273788744650be0366badcae3b5dd5515dc8c7 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 27 Jul 2017 21:03:18 -0700 Subject: [PATCH] phpunit: Exclude /languages/messages from coverage report Indexing these files takes about 5-10% of the run time when generating code coverage reports for core. It has no coverage at the moment and probably won't any time soon given it's just variable declarations. At least for now, exclude it to significantly speed up generating of coverage reports. Change-Id: I0357e004e96d4f4b19036474c8353ddb778e31f3 --- tests/phpunit/suite.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 251a4a25ff..e8256ef2cb 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -68,6 +68,9 @@ ../../includes ../../languages ../../maintenance + + ../../languages/messages + -- 2.20.1