Skip to content

Commit

Permalink
Don't run boundary_toolchains test when computing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 29, 2023
1 parent 5b960f8 commit fae921a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cargo-dylint/tests/boundary_toolchains.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(not(coverage))]

use dylint_internal::{
clippy_utils::set_toolchain_channel, find_and_replace, rustup::SanitizeEnvironment,
testing::new_template,
Expand Down

0 comments on commit fae921a

Please sign in to comment.