Skip to content

Commit

Permalink
ci: remove codecov to keep ci green
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed May 6, 2024
1 parent 0c6456e commit e36e897
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

build:
runs-on: ${{ matrix.os }}
if: false # disable OS build matrix until needs arise
strategy:
matrix:
os:
Expand All @@ -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

0 comments on commit e36e897

Please sign in to comment.