Skip to content

Commit

Permalink
Don't use coverage cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Oct 29, 2023
1 parent 4fbe6f4 commit 51c5ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: Run tests and coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov --no-cfg-coverage --all-features --workspace --lcov --output-path lcov.info

- name: Run doc tests
run: cargo test --doc --workspace
Expand Down

0 comments on commit 51c5ec9

Please sign in to comment.