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 e40f347 commit 6e85739Copy full SHA for 6e85739
.github/actions/run_tests/action.yaml
@@ -31,7 +31,7 @@ runs:
31
run: |
32
cargo llvm-cov --no-report nextest
33
cargo llvm-cov --no-report --doc
34
- cargo llvm-cov report --doctests --lcov --output-path lcov.info
+ cargo llvm-cov report --all-features --doctests --lcov --output-path lcov.info
35
36
- name: Run tests
37
shell: bash
0 commit comments