This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new ccf83ed  ISSUE #232: Add code-coverage report
ccf83ed is described below

commit ccf83ed5bd49155697e909e13edb572082e838ec
Author: Enrico Olivelli <[email protected]>
AuthorDate: Sun Jul 16 14:01:43 2017 +0200

    ISSUE #232: Add code-coverage report
    
    Introduce Cobertura And Coveralls.io plugins in order to run code coverage 
reports
    
    Author: Enrico Olivelli <[email protected]>
    
    Reviewers: Sijie Guo <[email protected]>
    
    This closes #233 from eolivelli/code-coverage, closes #232
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2a4e283..cfb23db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,22 @@
         <version>3.0.4</version>
       </plugin>
       <plugin>
+        <groupId>org.eluder.coveralls</groupId>
+        <artifactId>coveralls-maven-plugin</artifactId>
+        <version>4.3.0</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.7</version>
+        <configuration>
+         <formats>
+          <format>html</format>
+          <format>xml</format>
+         </formats>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.5.1</version>
         <configuration>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to