Skip to content

Commit c544379

Browse files
committed
ci(coverage): remove coverage job
1 parent 16fdeca commit c544379

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,6 @@ jobs:
4343
- name: Lint
4444
run: cargo clippy --all-targets --all-features -- -D warnings
4545

46-
coverage:
47-
runs-on: ubuntu-latest
48-
continue-on-error: true
49-
steps:
50-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
51-
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
52-
with:
53-
toolchain: stable
54-
components: llvm-tools-preview
55-
56-
- name: Install cargo-llvm-cov
57-
uses: taiki-e/install-action@0e09747a63ae497bf945b3dcaf38fef0050d0109 # v2.62.0
58-
with:
59-
tool: cargo-llvm-cov
60-
61-
- name: Generate code coverage
62-
run: cargo llvm-cov --locked --all-features --workspace --lcov --output-path lcov.info
63-
64-
- name: Upload coverage to Codecov
65-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 #v5.5.1
66-
with:
67-
files: lcov.info
68-
fail_ci_if_error: false
69-
token: ${{ secrets.CODECOV_TOKEN }}
70-
7146
cargo-machete:
7247
runs-on: ubuntu-latest
7348
steps:

0 commit comments

Comments
 (0)