Skip to content

Commit

Permalink
Revert "Add coverage-helper to ignore validate tests in coverage"
Browse files Browse the repository at this point in the history
This reverts commit 017768e.
  • Loading branch information
ss2165 committed Nov 7, 2023
1 parent 65b255c commit ccf2cc0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ webbrowser = "0.8.10"
urlencoding = "2.1.2"
cool_asserts = "2.0.3"
paste = "1.0"
coverage-helper = "0.2.0"

[[bench]]
name = "bench_main"
Expand Down
1 change: 0 additions & 1 deletion src/hugr/validate/test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use cool_asserts::assert_matches;
use coverage_helper::test;

use super::*;
use crate::builder::test::closed_dfg_root_hugr;
Expand Down
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
// Unstable check, may cause false positives.
// https://github.com/rust-lang/rust-clippy/issues/5112
#![warn(clippy::debug_assert_with_mut_call)]
// https://crates.io/crates/coverage-helper to allow selectively ignoring tests
// in coverage.
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]

pub mod algorithm;
pub mod builder;
Expand Down

0 comments on commit ccf2cc0

Please sign in to comment.