remove coverage

This commit is contained in:
Jakub Panek 2024-06-04 02:51:32 +02:00
parent 527dc1d83a
commit 45ecb8de84
No known key found for this signature in database
GPG Key ID: D5E8A1F82F3BDA9D
1 changed files with 0 additions and 12 deletions

View File

@ -35,7 +35,6 @@ jobs:
- name: Update toolchain & add llvm-tools
run: |
rustup update --no-self-update
rustup component add llvm-tools-preview
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
@ -54,20 +53,9 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: cargo clean
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run tests and coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Run doc tests
run: cargo test --doc --workspace
- uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fmt:
name: Rustfmt
runs-on: ubuntu-latest