Skip to content

Commit

Permalink
fix: allow default features in CI coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov committed Mar 9, 2024
1 parent 110311d commit ac05918
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 @@ -62,7 +62,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Collect coverage
run: |
cargo llvm-cov --no-default-features --lcov --output-path lcov.info
cargo llvm-cov --lcov --output-path lcov.info
- name: Upload to Codecov
uses: codecov/codecov-action@v4-beta
with:
Expand Down

0 comments on commit ac05918

Please sign in to comment.