Skip to content

Commit 82319fb

Browse files
committed
ci/cd: update llvm-cov features build
1 parent 8f42339 commit 82319fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install cargo-llvm-cov
2828
uses: taiki-e/install-action@cargo-llvm-cov
2929
- name: Generate coverage report
30-
run: cargo llvm-cov --features rayon --workspace --lcov --output-path lcov.info
30+
run: cargo llvm-cov --features mock --workspace --lcov --output-path lcov.info
3131
- name: Upload coverage report
3232
uses: codecov/codecov-action@v4
3333
with:

0 commit comments

Comments
 (0)