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:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-05 13:05:23 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-05 13:05:51 +0300
commit408c562427205dde07a7819707e3ac7887d7181c (patch)
tree8548ef8256e81cf88b111bca0a71473b5d856b8c /tests/phpunit-autotest.xml
parent66ae43880b7d898e54a47d3a4651684d85a1e951 (diff)
Exclude tests and composer dir from coverage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 301f63a375d..3a82a56ebbf 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -29,10 +29,15 @@
<directory suffix=".php">../apps/files_trashbin/tests</directory>
<directory suffix=".php">../apps/files_versions/tests</directory>
<directory suffix=".php">../apps/provisioning_api/tests</directory>
+ <directory suffix=".php">../apps/systemtags/tests</directory>
+ <directory suffix=".php">../apps/theming/tests</directory>
+ <directory suffix=".php">../apps/twofactor_backupcodes/tests</directory>
<directory suffix=".php">../apps/updatenotification/tests</directory>
<directory suffix=".php">../apps/user_ldap/tests</directory>
+ <directory suffix=".php">../apps/workflowengine/tests</directory>
<directory suffix=".php">../tests</directory>
<directory suffix=".php">../build</directory>
+ <directory suffix=".php">../lib/composer</directory>
</exclude>
</whitelist>
</filter>