WangzJi commented on code in PR #7419: URL: https://github.com/apache/incubator-seata/pull/7419#discussion_r2139123679
########## pom.xml: ########## @@ -60,9 +60,9 @@ <module>rocketmq</module> <module>spring</module> <module>tcc</module> - <module>test</module> + <!--<module>test</module>--> <!-- excluded from source release --> <module>mock-server</module> - <module>test-old-version</module> + <!--<module>test-old-version</module>--> <!-- excluded from source release --> Review Comment: > 排除这两个模块后,单测覆盖度大幅度下降。这两个模块本身就不会发布到源码中! Excluding these two modules resulted in a significant decrease in test coverage. These two modules will not be released in the source code. If these two modules are not excluded, executing ./mvnw clean package -DskipTests=true on the packaged source code will throw an exception. -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org