aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-10-19 10:45:51 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2012-10-19 10:45:51 +0300
commit8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e (patch)
tree01cbf6fbdaca0c0ed5220f0ff7c9fb51203030a4
parentf5043c0661f1d131950332baff9d7ea5fee6504b (diff)
downloadnextcloud-server-8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e.tar.gz
nextcloud-server-8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e.zip
Filter added to get all files into coderage report
-rw-r--r--tests/phpunit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 4a2d68a3e47..23cd123edc6 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -4,4 +4,11 @@
<directory suffix='.php'>lib/</directory>
<file>apps.php</file>
</testsuite>
+ <!-- filters for code coverage -->
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">..</directory>
+ <exclude>
+ <directory suffix=".php">../3rdparty</directory>
+ </exclude>
+ </whitelist>
</phpunit>