From df5f02bed0be6e6b1931873961817335516337ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Mon, 3 Jun 2013 14:50:36 +0200
Subject: [PATCH] Exclude apps/files/l10n from coverage reports

---
 tests/phpunit-autotest.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 25dfc64cfe..8388c20ace 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -11,6 +11,7 @@
 			<directory suffix=".php">..</directory>
 			<exclude>
 				<directory suffix=".php">../3rdparty</directory>
+				<directory suffix=".php">../apps/files/l10n</directory>
 				<directory suffix=".php">../lib/MDB2</directory>
 			</exclude>
 		</whitelist>
-- 
GitLab