From 2efc0b1b4eb1d76f49c15d6e29578c48180256be Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 11 Feb 2023 12:39:33 -0800 Subject: [PATCH] Remove old tarpaulin references --- src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 8cca575..f7e1f37 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -240,9 +240,6 @@ fn helper2(x: f64) -> f64 { } #[cfg(test)] -// add back when this is resolved: -// https://github.com/xd009642/tarpaulin/issues/486#issuecomment-648782511 -// #[cfg_attr(tarpaulin, skip)] mod test { use super::ZipfDistribution; use rand::distributions::Distribution; @@ -304,13 +301,11 @@ mod test { } #[test] - #[cfg_attr(tarpaulin, ignore)] fn two() { test(2.00); } #[test] - #[cfg_attr(tarpaulin, ignore)] #[ignore] fn three() { test(3.00);