Yuvipanda has uploaded a new change for review.

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


Change subject: Produce code coverage reports in html
......................................................................

Produce code coverage reports in html

Change-Id: I1f9cf4bbfe7a8065a9ba36058a1622bceb8cf9ac
---
M pom.xml
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/java-mwapi 
refs/changes/08/91808/1

diff --git a/pom.xml b/pom.xml
index 02c8467..f5e5a13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,17 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <version>2.6</version>
+                <configuration>
+                    <formats>
+                        <format>html</format>
+                    </formats>
+                </configuration>
+            </plugin>
+
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>2.10</version>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f9cf4bbfe7a8065a9ba36058a1622bceb8cf9ac
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/java-mwapi
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>

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

Reply via email to