jenkins-bot has submitted this change and it was merged.

Change subject: Add files with no coverage at all to the coverage report as well
......................................................................


Add files with no coverage at all to the coverage report as well

Change-Id: I525d3b9ccd464609c7f76b04a5c6d795d8b2b85f
---
M phpunit.xml.dist
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 3506213..8033e12 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -23,4 +23,10 @@
             <directory>Tests/System</directory>
         </testsuite>
     </testsuites>
+
+    <filter>
+        <whitelist addUncoveredFilesFromWhitelist="true">
+            <directory suffix=".php">src</directory>
+        </whitelist>
+    </filter>
 </phpunit>

-- 
To view, visit https://gerrit.wikimedia.org/r/80423
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I525d3b9ccd464609c7f76b04a5c6d795d8b2b85f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQuery
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to