diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-06-04 22:41:52 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-06-04 22:41:52 +0200 |
commit | db1ca903191ce68064fe94f2e5b62dd6853876b3 (patch) | |
tree | 9976bc71a7f18cfd18a02b93664df1f687e5a7a7 /tests/phpunit-autotest.xml | |
parent | 4976f2e0d363e980a90745bb2e2cb93d5dd2f5cb (diff) | |
download | nextcloud-server-db1ca903191ce68064fe94f2e5b62dd6853876b3.tar.gz nextcloud-server-db1ca903191ce68064fe94f2e5b62dd6853876b3.zip |
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.xml | 2 |
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> |