Skip to content

Commit 664b5d1

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Rust coverage. Another way to install llvm-cov.
1 parent ed89a10 commit 664b5d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rust-coverage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
- uses: actions/checkout@v5
2020
- name: Install Rust
2121
run: rustup update stable
22-
- name: Install cargo-llvm-cov
23-
uses: taiki-e/install-action@7a9da991c71dfd905b2ee8252a9ce162f176dc6f
2422
- name: Install Clippy
2523
run: rustup component add clippy
24+
- name: Install cargo-llvm-cov
25+
run: >
26+
cargo install cargo-llvm-cov
2627
- name: Install cargo-sonar and run Clippy
2728
run: |
2829
cargo install cargo-sonar

0 commit comments

Comments
 (0)