Skip to content

Commit

Permalink
Remove old tarpaulin references
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Feb 11, 2023
1 parent 20994ce commit 2efc0b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 2efc0b1

Please sign in to comment.