Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/rust-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- uses: actions/checkout@v5
- name: Install Rust
run: rustup update stable
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@7a9da991c71dfd905b2ee8252a9ce162f176dc6f
- name: Install Clippy
run: rustup component add clippy
- name: Install cargo-llvm-cov
run: >
cargo install cargo-llvm-cov
- name: Install cargo-sonar and run Clippy
run: |
cargo install cargo-sonar
Expand Down
Loading