]> source.dussan.org Git - nextcloud-server.git/commitdiff
Filter added to get all files into coderage report
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 19 Oct 2012 07:45:51 +0000 (10:45 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 19 Oct 2012 07:45:51 +0000 (10:45 +0300)
tests/phpunit.xml

index 4a2d68a3e479ab2d8327e8e021473a8a99eb083c..23cd123edc67cabcf26882e400aca784144fd37d 100644 (file)
@@ -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>