Skip to content

Commit

Permalink
ci: fix codecov setup (#20)
Browse files Browse the repository at this point in the history
Add codecov upload step after unit test.
  • Loading branch information
xushiyan authored May 9, 2024
1 parent a6fbeaa commit 87ad88a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ jobs:
- uses: actions/checkout@v4
- name: Unit test with code coverage
run: cargo tarpaulin --verbose --no-fail-fast --all-features --workspace --out xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

# hudi-rs

[![codecov](https://codecov.io/github/apache/hudi-rs/graph/badge.svg?token=E8CSWKJXLE)](https://codecov.io/github/apache/hudi-rs)

## Quick Start

### Apache DataFusion
Expand Down

0 comments on commit 87ad88a

Please sign in to comment.