taojintianxia commented on code in PR #32396:
URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1704243122
##########
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:
too many excludes, maybe we could remove the other exclude only keep
`**/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]