mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
Do not cover composer folders for code coverage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
240d919cef
commit
2c8cd69b6f
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue