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>2018-10-01 12:47:11 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-01 12:47:11 +0300
commit2c8cd69b6f72207186b14912af4a0ffa68998a97 (patch)
tree37c545260c8342c23df31d26e235fd84f552a10e /tests/phpunit-autotest.xml
parent240d919cefc3b9ca1d94fc10bdda604defe99c81 (diff)
Do not cover composer folders for code coverage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 5712838f6bd..05258ee6eff 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -42,6 +42,7 @@
<directory suffix=".php">../tests</directory>
<directory suffix=".php">../build</directory>
<directory suffix=".php">../lib/composer</directory>
+ <directory suffix=".php">../apps/*/composer</directory>
</exclude>
</whitelist>
</filter>