From e61c3f5aba1b2b59365b40f7106f3512f482c3eb Mon Sep 17 00:00:00 2001 From: jianbin Date: Thu, 4 Jul 2024 16:54:53 +0800 Subject: [PATCH 1/3] bugfix: codecov token not found --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a045533e381..107a1b6b36d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,8 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # job 2: Build on 'arm64v8/ubuntu' OS (Skip tests). build_arm64-binary: From 3a9490f13b1e87c1731f58ea09e5ce64d7fcae2b Mon Sep 17 00:00:00 2001 From: jianbin Date: Thu, 4 Jul 2024 17:02:17 +0800 Subject: [PATCH 2/3] bugfix: codecov token not found --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 107a1b6b36d..e6c8b76174a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,7 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} + version: v0.6.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 5c5732d1e676754899c91b83f37a4a86ed400f52 Mon Sep 17 00:00:00 2001 From: jianbin Date: Thu, 4 Jul 2024 17:09:34 +0800 Subject: [PATCH 3/3] bugfix: codecov token not found --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 01995f93d40..872b8e019e2 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -10,6 +10,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6624](https://github.com/apache/incubator-seata/pull/6624)] fix Alibaba Dubbo convert error - [[#6627](https://github.com/apache/incubator-seata/pull/6627)] fix the issue of xaEnded not being reset - [[#6626](https://github.com/apache/incubator-seata/pull/6626)] fix hsf ConsumerModel convert error +- [[#6642](https://github.com/apache/incubator-seata/pull/6642)] codecov token not found ### optimize: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index e05bda6b0e0..e6b4463736c 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -11,6 +11,8 @@ - [[#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相关配置 +- [[#6642](https://github.com/apache/incubator-seata/pull/6642)] 修复codecov token找不到导致无法提交单测覆盖度报告 + ### optimize: - [[#6499](https://github.com/apache/incubator-seata/pull/6499)] 拆分 committing 和 rollbacking 状态的任务线程池