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 d6a29b40ed bugfix: fix codecov bug (#7356) d6a29b40ed is described below commit d6a29b40ed4ec42d263ba2746a49653902160f31 Author: Yongjun Hong <yongj...@apache.org> AuthorDate: Wed May 21 23:51:39 2025 +0900 bugfix: fix codecov bug (#7356) --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 1 + codecov.yml | 10 +++++----- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 07ca6c0a1a..e2d1ef97de 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -26,6 +26,7 @@ Add changes here for all PR submitted to the 2.x branch. ### bugfix: - [[#7349](https://github.com/apache/incubator-seata/pull/7349)] Resolve NullPointerException in EtcdRegistryServiceImplMockTest +- [[#7356](https://github.com/apache/incubator-seata/pull/7356)] fix codecov bug diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 383e381ef7..56537d09cf 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -21,6 +21,7 @@ ### feature: - [[#7261](https://github.com/apache/incubator-seata/pull/7261)] 强制进行账户初始化并禁用默认凭据 +- [[#7356](https://github.com/apache/incubator-seata/pull/7356)] 修复 codecov 错误 ### bugfix: diff --git a/codecov.yml b/codecov.yml index 8b7e4f1d42..6ce2d7def7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -16,16 +16,16 @@ # codecov: - require_ci_to_pass: yes + require_ci_to_pass: true + branch: 2.x coverage: status: - patch: yes + patch: true project: default: threshold: 1% if_not_found: success - target: 2.x - changes: yes #only care the changed files + changes: false precision: 2 range: "50...100" ignore: @@ -42,4 +42,4 @@ ignore: comment: layout: "diff,flags,files,reach" behavior: default - require_changes: no + require_changes: false --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org