We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640e0de commit 44c8c52Copy full SHA for 44c8c52
1 file changed
.github/workflows/CI.yml
@@ -49,7 +49,7 @@ jobs:
49
echo 'merge_derives = true' >> .rustfmt.toml
50
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
51
cargo fmt
52
- cargo tarpaulin --out Lcov Stdout --workspace --exclude app
+ cargo tarpaulin --engine llvm --out Lcov Stdout --workspace --exclude app
53
- name: Upload to codecov.io
54
uses: codecov/codecov-action@v5
55
with:
0 commit comments