You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ri...@apache.org on 2022/03/17 09:18:29 UTC

[pinot] branch master updated: adding jacoco inclusive rule (#8361)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c54ca6  adding jacoco inclusive rule (#8361)
7c54ca6 is described below

commit 7c54ca6271e10eba8a7267ab8737d91ecb42550d
Author: Rong Rong <wa...@gmail.com>
AuthorDate: Thu Mar 17 02:17:16 2022 -0700

    adding jacoco inclusive rule (#8361)
    
    Co-authored-by: Rong Rong <ro...@startree.ai>
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index f56dbc9..a1f9900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1612,6 +1612,11 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <includes>
+            <include>org/apache/pinot/**/*</include>
+          </includes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org