Jeroen De Dauw 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: I0b5e1478aee0946d5766d9627dcea8434091d4e8
---
M phpunit.xml.dist
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 31d5779..570e237 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -22,4 +22,9 @@
             <directory>tests/phpunit</directory>
         </testsuite>
     </testsuites>
+    <filter>
+        <whitelist addUncoveredFilesFromWhitelist="true">
+            <directory suffix=".php">DataModel</directory>
+        </whitelist>
+    </filter>
 </phpunit>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0b5e1478aee0946d5766d9627dcea8434091d4e8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Daniel Werner <[email protected]>
Gerrit-Reviewer: Denny Vrandecic <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to