]> source.dussan.org Git - nextcloud-server.git/commitdiff
Exclude apps/files/l10n from coverage reports
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 3 Jun 2013 12:50:36 +0000 (14:50 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 3 Jun 2013 12:50:36 +0000 (14:50 +0200)
tests/phpunit-autotest.xml

index 25dfc64cfeb748a9f5f8fbff820c1c8be86ba826..8388c20ace1134e76516821596f8379aa25f58df 100644 (file)
@@ -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>