Skip to content

Commit 3e1e982

Browse files
authored
Merge pull request #32 from codehearts/use-llvm-for-coverage
Use tarpaulin's LLVM engine for coverage
2 parents 6e177e7 + d224780 commit 3e1e982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Tarpaulin
5757
uses: actions-rs/[email protected]
5858
with:
59-
args: '--all-features --ignored'
59+
args: '--all-features --ignored --engine llvm'
6060
env:
6161
CARGO_HUSKY_DONT_INSTALL_HOOKS: true
6262
RUSTC_WRAPPER: sccache

0 commit comments

Comments
 (0)