Jeroen De Dauw has uploaded a new change for review.

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


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


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQueryEngine 
refs/changes/48/80948/1

diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 808cbf3..3262652 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -21,4 +21,9 @@
             <directory>tests/integration</directory>
         </testsuite>
     </testsuites>
+    <filter>
+        <whitelist addUncoveredFilesFromWhitelist="true">
+            <directory suffix=".php">src</directory>
+        </whitelist>
+    </filter>
 </phpunit>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6bb0282a13008dd127c1c48d8c5766722c34724
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQueryEngine
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