Skip to content

Commit

Permalink
Merge pull request #278 from DaniPopes/fix-cov
Browse files Browse the repository at this point in the history
ci: don't run tests twice in coverage
  • Loading branch information
prestwich authored Jul 29, 2023
2 parents 72e092d + ef9ef16 commit 9c44aa8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ jobs:
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
- 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
- name: Generate code coverage
env:
# Covered tests are slower, so reduce the test load. (We also shouldn't
Expand Down

0 comments on commit 9c44aa8

Please sign in to comment.