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 773874b commit 6e681b7Copy full SHA for 6e681b7
.github/workflows/coverage.yml
@@ -37,7 +37,7 @@ jobs:
37
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
38
make Cargo.toml
39
cargo update
40
- cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
+ cargo tarpaulin --engine llvm --no-fail-fast --workspace --timeout 300 --out Xml
41
- name: Upload to codecov.io
42
uses: codecov/codecov-action@v5
43
with:
0 commit comments