Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/80400


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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseDataModel 
refs/changes/00/80400/1

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: newchange
Gerrit-Change-Id: I0b5e1478aee0946d5766d9627dcea8434091d4e8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

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

Reply via email to