diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ed5eccd82..6a447a3ee 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,15 +35,6 @@ jobs: - name: Install dylint-link run: cargo install --path ./dylint-link - - name: Install tools - run: | - npm install -g prettier - rustup install nightly - cargo install cargo-hack || true - cargo install cargo-msrv || true - cargo install cargo-supply-chain || true - cargo install cargo-udeps || true - - name: Install cargo-llvm-cov run: cargo install cargo-llvm-cov diff --git a/cargo-dylint/tests/ci.rs b/cargo-dylint/tests/ci.rs index d8eb8220c..e05ceb661 100644 --- a/cargo-dylint/tests/ci.rs +++ b/cargo-dylint/tests/ci.rs @@ -1,3 +1,5 @@ +#![cfg(not(coverage))] + use anyhow::Result; use assert_cmd::Command; use cargo_metadata::{Dependency, Metadata, MetadataCommand};