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.
2 parents ed89a10 + 664b5d1 commit a94a0c6Copy full SHA for a94a0c6
.github/workflows/rust-coverage.yml
@@ -19,10 +19,11 @@ jobs:
19
- uses: actions/checkout@v5
20
- name: Install Rust
21
run: rustup update stable
22
- - name: Install cargo-llvm-cov
23
- uses: taiki-e/install-action@7a9da991c71dfd905b2ee8252a9ce162f176dc6f
24
- name: Install Clippy
25
run: rustup component add clippy
+ - name: Install cargo-llvm-cov
+ run: >
26
+ cargo install cargo-llvm-cov
27
- name: Install cargo-sonar and run Clippy
28
run: |
29
cargo install cargo-sonar
0 commit comments