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
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-10-19 11:45:51 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2012-10-19 11:45:51 +0400
commit8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e (patch)
tree01cbf6fbdaca0c0ed5220f0ff7c9fb51203030a4 /tests
parentf5043c0661f1d131950332baff9d7ea5fee6504b (diff)
Filter added to get all files into coderage report
Diffstat (limited to 'tests')
-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>