diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-06-03 14:50:36 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-06-03 14:50:36 +0200 |
commit | df5f02bed0be6e6b1931873961817335516337ff (patch) | |
tree | 4dce69ee8526493130e18da8e8b44d991faaf717 /tests/phpunit-autotest.xml | |
parent | b76725c1fa1e23fb8e648e47d01c6001eab271ea (diff) | |
download | nextcloud-server-df5f02bed0be6e6b1931873961817335516337ff.tar.gz nextcloud-server-df5f02bed0be6e6b1931873961817335516337ff.zip |
Exclude apps/files/l10n from coverage reports
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 25dfc64cfeb..8388c20ace1 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> |