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 a6fbeaa ci: remove codecov to keep ci green (#17)
a6fbeaa is described below
commit a6fbeaaf90ba2b22e471c760b2e23f5cfc2825cf
Author: Shiyan Xu <[email protected]>
AuthorDate: Mon May 6 03:01:33 2024 -0500
ci: remove codecov to keep ci green (#17)
---
.github/workflows/ci.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index abe7ec3..cdce664 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
+ if: false # disable OS build matrix until needs arise
strategy:
matrix:
os:
@@ -61,7 +62,3 @@ 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 to codecov.io
- uses: codecov/codecov-action@v4
- with:
- fail_ci_if_error: true