diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 11:47:11 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 11:47:11 +0200 |
commit | 2c8cd69b6f72207186b14912af4a0ffa68998a97 (patch) | |
tree | 37c545260c8342c23df31d26e235fd84f552a10e /tests/phpunit-autotest.xml | |
parent | 240d919cefc3b9ca1d94fc10bdda604defe99c81 (diff) | |
download | nextcloud-server-2c8cd69b6f72207186b14912af4a0ffa68998a97.tar.gz nextcloud-server-2c8cd69b6f72207186b14912af4a0ffa68998a97.zip |
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.xml | 1 |
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> |