We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36071c9 commit 860d4acCopy full SHA for 860d4ac
.github/workflows/coverage.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install cargo-llvm-cov
15
uses: taiki-e/install-action@cargo-llvm-cov
16
- name: Generate code coverage
17
- run: cargo llvm-cov --workspace --lcov --output-path lcov.info
+ run: cargo llvm-cov --workspace --lcov --output-path lcov.info --all-features
18
- name: Upload coverage to Codecov
19
uses: codecov/codecov-action@v4
20
env:
.github/workflows/test.yml
@@ -59,4 +59,4 @@ jobs:
59
- name: Run cargo test
60
uses: actions-rs/cargo@v1
61
with:
62
- command: test
+ command: test --all-features
0 commit comments