Skip to content

Commit 6e681b7

Browse files
committed
fix tarpaulin
1 parent 773874b commit 6e681b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
3838
make Cargo.toml
3939
cargo update
40-
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
40+
cargo tarpaulin --engine llvm --no-fail-fast --workspace --timeout 300 --out Xml
4141
- name: Upload to codecov.io
4242
uses: codecov/codecov-action@v5
4343
with:

0 commit comments

Comments
 (0)