funky-eyes commented on code in PR #7354: URL: https://github.com/apache/incubator-seata/pull/7354#discussion_r2100688408
########## pom.xml: ########## @@ -482,6 +482,13 @@ <goal>report</goal> </goals> </execution> + <execution> + <id>report-aggregate</id> + <phase>verify</phase> <!-- 在 verify 阶段执行聚合报告 --> Review Comment: ```suggestion <phase>verify</phase> ``` -- 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