AkaLrz commented on code in PR #32396:
URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1704360727


##########
pom.xml:
##########
@@ -1005,6 +1005,97 @@
             <plugin>
                 <artifactId>maven-failsafe-plugin</artifactId>
             </plugin>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <version>0.8.8</version>
+                <configuration>
+                    <excludes>
+                        <exclude>**/groovy/**</exclude>

Review Comment:
   Got it. Will remove all other items in the `/groovy/`directory. However it 
has some other directory like ` 
<exclude>**/groovyjarjarantlr4/runtime/**</exclude>
                           
<exclude>**/groovyjarjarantlr4/runtime/debug/**</exclude>` Do I need to change 
those exclude like above to `**/groovyjarjarantlr4/**``**/groovyjarjarasm/**` 
or `**/groovy/**` will exclude all directory which contains `groovy`



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to