Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386569 )

Change subject: Generate clover.xml with code coverage results
......................................................................

Generate clover.xml with code coverage results

Bug: T179051
Change-Id: Iaa4883d202b2afc53d909c978435833695497497
---
M Gruntfile.js
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/69/386569/1

diff --git a/Gruntfile.js b/Gruntfile.js
index ca45bd8..cf9d582 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -324,7 +324,8 @@
                                        reporters: [
                                                { type: 'json-summary', dir: 
'coverage/' },
                                                { type: 'html', dir: 
'coverage/' },
-                                               { type: 'text-summary', dir: 
'coverage/' }
+                                               { type: 'text-summary', dir: 
'coverage/' },
+                                               { type: 'clover', dir: 
'coverage/' }
                                        ],
                                        // 
https://github.com/karma-runner/karma-coverage/blob/v1.1.1/docs/configuration.md#check
                                        check: {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa4883d202b2afc53d909c978435833695497497
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>

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

Reply via email to