Skip to content

Commit 44c8c52

Browse files
committed
Fix script
1 parent 640e0de commit 44c8c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo 'merge_derives = true' >> .rustfmt.toml
5050
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
5151
cargo fmt
52-
cargo tarpaulin --out Lcov Stdout --workspace --exclude app
52+
cargo tarpaulin --engine llvm --out Lcov Stdout --workspace --exclude app
5353
- name: Upload to codecov.io
5454
uses: codecov/codecov-action@v5
5555
with:

0 commit comments

Comments
 (0)