diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-10-19 10:45:51 +0300 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-10-19 10:45:51 +0300 |
commit | 8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e (patch) | |
tree | 01cbf6fbdaca0c0ed5220f0ff7c9fb51203030a4 | |
parent | f5043c0661f1d131950332baff9d7ea5fee6504b (diff) | |
download | nextcloud-server-8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e.tar.gz nextcloud-server-8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e.zip |
Filter added to get all files into coderage report
-rw-r--r-- | tests/phpunit.xml | 7 |
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> |