We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1c71b commit b6c8d7eCopy full SHA for b6c8d7e
1 file changed
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install cargo-llvm-cov
28
uses: taiki-e/install-action@cargo-llvm-cov
29
- name: Generate coverage report
30
- run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
+ run: cargo llvm-cov --features rayon --workspace --lcov --output-path lcov.info
31
- name: Upload coverage report
32
uses: codecov/codecov-action@v4
33
with:
0 commit comments