Skip to content

Commit

Permalink
Remove code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanteria committed Nov 10, 2024
1 parent b8d53df commit fbc84e0
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ jobs:
- name: Clippy
run: cargo clippy --all-targets --all-features
- name: Build
run: cargo build
- name: Install llvm-tools and cargo-llvm-cov
run: |
rustup component add llvm-tools-preview
cargo install cargo-llvm-cov
- name: Run tests with coverage
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: code-coverage
path: lcov.info
run: cargo build --verbose
- name: Run tests
run: cargo test --verboses

0 comments on commit fbc84e0

Please sign in to comment.