Skip to content

Commit 6687c9a

Browse files
authored
Update ci.yml
1 parent 58f3946 commit 6687c9a

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,29 +51,6 @@ jobs:
5151

5252
- run: cargo clippy --workspace --all-features -- -D warnings
5353

54-
# coverage:
55-
# name: Coverage
56-
# runs-on: ubuntu-latest
57-
# timeout-minutes: 10
58-
# steps:
59-
# - uses: actions/checkout@v4
60-
# - uses: dtolnay/rust-toolchain@master
61-
# with:
62-
# toolchain: nightly
63-
# components: llvm-tools-preview
64-
65-
# - uses: taiki-e/install-action@cargo-llvm-cov
66-
# - uses: taiki-e/install-action@nextest
67-
68-
# - name: 'Collect coverage'
69-
# run: ./coverage.sh
70-
71-
# - name: Upload to codecov.io
72-
# uses: codecov/codecov-action@v4
73-
# with:
74-
# files: ./target/coverage/lcov.info
75-
# token: ${{ secrets.CODECOV_TOKEN }}
76-
7754
build_and_test_linux:
7855
name: Build and Test (Linux)
7956
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)