Skip to content

Commit

Permalink
fix: sub lib clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Jul 31, 2024
1 parent d871e75 commit b931df5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:

- name: Collect coverage data (including doctests)
run: |
cargo llvm-cov --no-report nextest
cargo llvm-cov --no-report --doc
cargo llvm-cov report --lcov --output-path lcov.info
cargo llvm-cov --lcov --output-path lcov.info nextest
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit b931df5

Please sign in to comment.