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 f665a79bbe optimize: optimize codecov.yml (#7350) f665a79bbe is described below commit f665a79bbe4f63d386c91093a106513e14555188 Author: jimin <sliev...@163.com> AuthorDate: Tue May 20 15:15:25 2025 +0800 optimize: optimize codecov.yml (#7350) --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 1 + codecov.yml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 3726936577..07ca6c0a1a 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -37,6 +37,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7329](https://github.com/apache/incubator-seata/pull/7329)] upgrade tomcat to 9.0.100 - [[#7344](https://github.com/apache/incubator-seata/pull/7344)] raft mode performs transaction size check in advance - [[#7337](https://github.com/apache/incubator-seata/pull/7337)] Add ChannelEventListener support to prevent memory leaks +- [[#7350](https://github.com/apache/incubator-seata/pull/7350)] optimize codecov.yml ### security: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 0423981de4..383e381ef7 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -35,6 +35,7 @@ - [[#7329](https://github.com/apache/incubator-seata/pull/7329)] 将 tomcat 升级到 9.0.100 - [[#7344](https://github.com/apache/incubator-seata/pull/7344)] raft模式提前检查事务大小 - [[#7337](https://github.com/apache/incubator-seata/pull/7337)] 添加 ChannelEventListener 支持以防止内存泄漏 +- [[#7350](https://github.com/apache/incubator-seata/pull/7350)] 优化单测覆盖配置 ### security: diff --git a/codecov.yml b/codecov.yml index b6129ab691..8b7e4f1d42 100644 --- a/codecov.yml +++ b/codecov.yml @@ -24,7 +24,8 @@ coverage: default: threshold: 1% if_not_found: success - changes: no + target: 2.x + changes: yes #only care the changed files precision: 2 range: "50...100" ignore: --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org