Skip to content

Commit

Permalink
Don't check coverage of SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Nov 13, 2023
1 parent 2c0c131 commit 879b836
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/short/partizan/games/domineering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ where
}
}

#[cfg(not(tarpaulin_include))]
impl<G> Svg for Domineering<G>
where
G: Grid<Item = Tile> + FiniteGrid,
Expand Down
1 change: 1 addition & 0 deletions src/short/partizan/games/fission.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ where
}
}

#[cfg(not(tarpaulin_include))]
impl<G> Svg for Fission<G>
where
G: Grid<Item = Tile> + FiniteGrid,
Expand Down
1 change: 1 addition & 0 deletions src/short/partizan/games/ski_jumps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ where
}
}

#[cfg(not(tarpaulin_include))]
impl<G> Svg for SkiJumps<G>
where
G: Grid<Item = Tile> + FiniteGrid,
Expand Down
1 change: 1 addition & 0 deletions src/short/partizan/games/toads_and_frogs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ impl Display for ToadsAndFrogs {
}
}

#[cfg(not(tarpaulin_include))]
impl Svg for ToadsAndFrogs {
fn to_svg<W>(&self, buf: &mut W) -> fmt::Result
where
Expand Down

0 comments on commit 879b836

Please sign in to comment.