ci: fix cov workflow
Check and Lint / Rustfmt (pull_request) Successful in 16s
Check and Lint / Check (pull_request) Successful in 29s
Test and Coverage / Test (pull_request) Successful in 22s
Check and Lint / Clippy (pull_request) Successful in 27s
Check and Lint / Build RPM (pull_request) Successful in 25s
Test and Coverage / Coverage (pull_request) Successful in 38s
Check and Lint / Rustfmt (push) Successful in 16s
Check and Lint / Check (push) Successful in 21s
Check and Lint / Clippy (push) Successful in 22s
Check and Lint / Build RPM (push) Successful in 20s
Test and Coverage / Test (push) Successful in 19s
Test and Coverage / Coverage (push) Successful in 38s
Release / Build and push RPM (push) Failing after 1m12s

This commit was merged in pull request #8.
This commit is contained in:
2026-07-24 11:37:16 +02:00
parent 03a1a5fc74
commit f10f8224a5
+3 -3
View File
@@ -24,9 +24,9 @@ jobs:
- uses: https://github.com/dtolnay/rust-toolchain@stable
- uses: https://github.com/Swatinem/rust-cache@v2
- name: Install cargo-tarpaulin
run: |
cargo install cargo-binstall
cargo binstall cargo-tarpaulin
uses: https://github.com/taiki-e/install-action@v2
with:
tool: cargo-tarpaulin
- name: Generate code coverage
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- uses: https://github.com/actions/upload-artifact@v3