Jdlrobson has uploaded a new change for review.

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

Change subject: Don't generate qunit test coverage on every commit
......................................................................

Don't generate qunit test coverage on every commit

T78091

Change-Id: I6081f65f2f2935426736098edd90c74a6e89251a
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/73/179573/1

diff --git a/Makefile b/Makefile
index 913a451..e1a0637 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@
        cd ${MW_INSTALL_PATH}/tests/phpunit && php phpunit.php 
${MW_INSTALL_PATH}/extensions/MobileFrontend/tests/phpunit 
--group=MobileFrontend
 
 qunit:                                 ## Run the QUnit test suite
-       @grunt qunit
+       @grunt qunit:all
 
 qunitdebug:                            ## Run the QUnit test suite in debug 
mode
        @QUNIT_DEBUG=true grunt qunit

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6081f65f2f2935426736098edd90c74a6e89251a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

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

Reply via email to