From 30b25a822519187bfffee320b81dbf0a68b49cf6 Mon Sep 17 00:00:00 2001 From: zinwang Date: Wed, 17 Sep 2025 16:34:29 +0800 Subject: [PATCH 1/2] Fix codecov upload --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 54d88f3a..971b3495 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -74,10 +74,9 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true flags: unittests token: ${{ secrets.CODECOV_TOKEN }} - version: v0.6.0 From 2e474946009193c4cfe25f91093b9100242c61e8 Mon Sep 17 00:00:00 2001 From: zinwang Date: Wed, 17 Sep 2025 18:21:32 +0800 Subject: [PATCH 2/2] set codecov-action version to 5.0.6 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 971b3495..16a3b6d0 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -74,7 +74,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v5.0.6 with: fail_ci_if_error: true flags: unittests