danny0405 commented on code in PR #11073:
URL: https://github.com/apache/hudi/pull/11073#discussion_r1580665964
##########
pom.xml:
##########
@@ -2040,6 +2040,27 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ <execution>
Review Comment:
It turns out to be that we must run the `mvn test` in the root dir of the
project and we can not specify specific modules with `-pl` option. This is a
limination for our Azure CI becase we split the modules into 6 separate job.
--
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]