clintropolis commented on a change in pull request #8303: Enable code coverage
URL: https://github.com/apache/incubator-druid/pull/8303#discussion_r315872432
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -973,13 +973,33 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <version>0.8.4</version>
+                <configuration>
+                    <excludes>
+                        <!-- Ignore generated code -->
+                        
<exclude>org/apache/druid/math/expr/antlr/Expr*</exclude>  <!-- core -->
+                        
<exclude>org/apache/druid/**/generated/*Benchmark*</exclude>  <!-- benchmarks 
-->
+                        
<exclude>org/apache/druid/data/input/influx/InfluxLineProtocol*</exclude>  <!-- 
extensions-contrib/influx-extensions -->
 
 Review comment:
   Ah, it looks like you could add `org/testng/DruidTestRunnerFactory` too
   
   ![Screen Shot 2019-08-20 at 12 48 44 
PM](https://user-images.githubusercontent.com/1577461/63379337-f6f7b000-c348-11e9-9097-d967f5496910.png)
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to