Tests should not be listed in test coverage report
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
This commit is contained in:
parent
193a66b19d
commit
34a1989925
@ -300,6 +300,7 @@ impl_from_smaller!((i8, u8), (i16, u16), (i32, u32), (i64, u64));
|
|||||||
static BITS:usize = 64;
|
static BITS:usize = 64;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
#[cfg_attr(tarpaulin, skip)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
@ -272,6 +272,7 @@ impl_unsigned!(u8, u16, u32, u64, u128, usize);
|
|||||||
impl_empty!(Signed, (i8, i16, i32, i64, i128, isize));
|
impl_empty!(Signed, (i8, i16, i32, i64, i128, isize));
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
#[cfg_attr(tarpaulin, skip)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
@ -314,8 +314,8 @@ impl<T: Unsigned> Neg for Frac<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg_attr(tarpaulin, skip)]
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
#[cfg_attr(tarpaulin, skip)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user