Skip to content

Commit

Permalink
install cargo-llvm-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Dec 9, 2024
1 parent 39babfe commit 3351af5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:

- uses: Swatinem/[email protected]

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- name: Run cargo-llvm-cov with fast tests
run: cargo llvm-cov --lcov --output-path lcov.info -- --test-threads 1
env:
Expand Down

0 comments on commit 3351af5

Please sign in to comment.