We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf4a42 commit bd89c47Copy full SHA for bd89c47
1 file changed
.github/workflows/ci.yml
@@ -121,14 +121,17 @@ jobs:
121
continue-on-error: true # Don't fail CI, but report issues
122
123
- name: Install Coverage Tool
124
+ if: github.event_name == 'workflow_dispatch'
125
run: cargo install cargo-llvm-cov --locked --quiet
126
127
- name: Generate Rust Coverage Report
128
129
run: |
130
cd src-tauri
131
cargo llvm-cov --workspace --all-features --lcov --output-path lcov.info
132
133
- name: Upload Rust Coverage Artifact
134
135
uses: actions/upload-artifact@v7
136
with:
137
name: rust-lcov
0 commit comments