This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push: new f5694b4943 test: merge submodule test reports (#7359) f5694b4943 is described below commit f5694b4943b6048b30cf5eacf4ae60f2594deb4d Author: funkye <jian...@apache.org> AuthorDate: Thu May 22 10:33:41 2025 +0800 test: merge submodule test reports (#7359) --- changes/en-us/2.x.md | 2 ++ changes/zh-cn/2.x.md | 2 ++ pom.xml | 8 ++++++++ 3 files changed, 12 insertions(+) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index e2d1ef97de..ff01591bfc 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -66,6 +66,8 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7294](https://github.com/apache/incubator-seata/pull/7294)] improved test testGetInsertParamsValue in SqlServerInsertRecognizerTest by splitting and parameterizing - [[#7295](https://github.com/apache/incubator-seata/pull/7295)] updated 3 tests in StringUtilsTest to use parameterized unit testing - [[#7205](https://github.com/apache/incubator-seata/issues/7205)] add UT for namingserver module +- [[#7359](https://github.com/apache/incubator-seata/issues/7359)] merge submodule test reports + ### refactor: - [[#7315](https://github.com/apache/incubator-seata/pull/7315)] Refactor log testing to use ListAppender for more accurate and efficient log capture diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 56537d09cf..e9fe80130f 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -65,6 +65,8 @@ - [[#7294](https://github.com/apache/incubator-seata/pull/7294)] 重构了 SqlServerInsertRecognizerTest 中的 testGetInsertParamsValue 测试,通过拆分并使用参数化单元测试进行改进 - [[#7295](https://github.com/apache/incubator-seata/pull/7295)] 重构了 StringUtilsTest 中的 3 个测试,改为使用参数化单元测试 - [[#7205](https://github.com/apache/incubator-seata/issues/7205)] 为 namingserver module 添加单元测试 +- [[#7359](https://github.com/apache/incubator-seata/issues/7359)] 合并所有模块的单测报告,准确显示单测覆盖度 + ### refactor: - [[#7315](https://github.com/apache/incubator-seata/pull/7315)] 重构日志测试,使用ListAppender实现更准确高效的日志捕获 diff --git a/pom.xml b/pom.xml index a760e818f2..f3fc679853 100644 --- a/pom.xml +++ b/pom.xml @@ -482,6 +482,14 @@ <goal>report</goal> </goals> </execution> + <execution> + <id>report-aggregate</id> + <goals> + <goal>report</goal> + <goal>report-aggregate</goal> + </goals> + <phase>test</phase> + </execution> </executions> </plugin> <!-- SureFire --> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org