Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-06-05 00:41:52 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2013-06-05 00:41:52 +0400
commitdb1ca903191ce68064fe94f2e5b62dd6853876b3 (patch)
tree9976bc71a7f18cfd18a02b93664df1f687e5a7a7 /tests/phpunit-autotest.xml
parent4976f2e0d363e980a90745bb2e2cb93d5dd2f5cb (diff)
exclude 3rdparty folder within files_external and files_encryption from code coverage
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 577e1f0d490..e9ee7d8d70d 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -13,8 +13,10 @@
<directory suffix=".php">../3rdparty</directory>
<directory suffix=".php">../apps/files/l10n</directory>
<directory suffix=".php">../apps/files_external/l10n</directory>
+ <directory suffix=".php">../apps/files_external/3rdparty</directory>
<directory suffix=".php">../apps/files_versions/l10n</directory>
<directory suffix=".php">../apps/files_encryption/l10n</directory>
+ <directory suffix=".php">../apps/files_encryption/3rdparty</directory>
<directory suffix=".php">../apps/files_sharing/l10n</directory>
<directory suffix=".php">../apps/files_trashbin/l10n</directory>
<directory suffix=".php">../apps/user_ldap/l10n</directory>