Skip to content

Commit

Permalink
ci: Compute coverage with and without experimental features (#851)
Browse files Browse the repository at this point in the history
Closes #799
  • Loading branch information
aborgna-q authored Feb 28, 2024
1 parent ff5f117 commit 197541b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
- name: Run tests with coverage instrumentation
run: |
cargo llvm-cov clean --workspace
cargo llvm-cov --all-features --doctests
cargo llvm-cov --no-report --no-default-features --doctests
cargo llvm-cov --no-report --all-features --doctests
- name: Generate coverage report
run: cargo llvm-cov --all-features report --codecov --output-path coverage.json
- name: Upload coverage to codecov.io
Expand Down

0 comments on commit 197541b

Please sign in to comment.