This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new d8196af  chore: fix codecov upload issue (#318)
d8196af is described below

commit d8196aff0b6c71f75237e4719a9afda1e01fa64a
Author: Shiyan Xu <2701446+xushi...@users.noreply.github.com>
AuthorDate: Mon Mar 31 23:30:26 2025 -0500

    chore: fix codecov upload issue (#318)
---
 .github/workflows/ci.yml | 3 ++-
 python/pyproject.toml    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dddcee2..3cb6902 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -123,6 +123,7 @@ jobs:
     runs-on: ubuntu-latest
     needs: [ rust-tests, python-tests ]
     steps:
+      - uses: actions/checkout@v4
       - uses: actions/download-artifact@v4
         with:
           pattern: cov-report-*
@@ -133,4 +134,4 @@ jobs:
         with:
           fail_ci_if_error: true
           token: ${{ secrets.CODECOV_TOKEN }}
-          files: ./cov-reports/*
+          directory: ./cov-reports
diff --git a/python/pyproject.toml b/python/pyproject.toml
index db309cf..11d9571 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
 
 optional-dependencies = { devel = [
     "pytest==8.3.5",
-    "coverage==7.6.12",
+    "coverage==7.8",
     "ruff==0.11.2",
     "mypy==1.10.1",
 ] }

Reply via email to