From c5857b0108756382b13a9ec16e8678a50b893e0c Mon Sep 17 00:00:00 2001 From: Jingliu Xiong <928124786@qq.com> Date: Wed, 3 Jul 2024 20:27:02 +0800 Subject: [PATCH] optimize: modify codecov config --- .github/workflows/build.yml | 4 +++- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab72a4f1d61..a045533e381 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,9 @@ jobs: # step 5 - name: "Codecov" if: matrix.java == '8' - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} # job 2: Build on 'arm64v8/ubuntu' OS (Skip tests). build_arm64-binary: diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 9ac1a7f5c2b..01995f93d40 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -20,6 +20,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6523](https://github.com/apache/incubator-seata/pull/6523)] upgrade alibaba/druid version to 1.2.20 - [[#6566](https://github.com/apache/incubator-seata/pull/6566)] Add support for configuring exposeProxy in GlobalTransactionScanner - [[#6534](https://github.com/apache/incubator-seata/pull/6534)] optimize: send async response +- [[#6640](https://github.com/apache/incubator-seata/pull/6640)] modify codecov config ### refactor: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index c856e785178..e05bda6b0e0 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -10,7 +10,7 @@ - [[#6624](https://github.com/apache/incubator-seata/pull/6624)] 修复 Alibaba Dubbo 转换错误 - [[#6627](https://github.com/apache/incubator-seata/pull/6627)] 修复 xaEnded 没有重置 - [[#6626](https://github.com/apache/incubator-seata/pull/6626)] 修复 hsf ConsumerModel 转换错误 - +- [[#6640](https://github.com/apache/incubator-seata/pull/6640)] 优化codecov相关配置 ### optimize: - [[#6499](https://github.com/apache/incubator-seata/pull/6499)] 拆分 committing 和 rollbacking 状态的任务线程池