Skip to content

Commit

Permalink
ci: don't run tests twice in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jul 27, 2023
1 parent e34200e commit 85b5587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Build with code coverage
run: |
cargo llvm-cov --no-report --workspace --all-features --all-targets
cargo llvm-cov --no-report --workspace --all-features --doc
cargo llvm-cov --workspace --all-features --all-targets -- --help || true
cargo llvm-cov --workspace --all-features --doc -- --help
- name: Generate code coverage
env:
# Covered tests are slower, so reduce the test load. (We also shouldn't
Expand Down

0 comments on commit 85b5587

Please sign in to comment.