Remove integration test from code coverage
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
34a1989925
commit
4ac9f7e888
@ -1,5 +1,5 @@
|
||||
#![cfg_attr(tarpaulin, skip)]
|
||||
|
||||
#[cfg_attr(tarpaulin, skip)]
|
||||
mod tests {
|
||||
use rusty_numbers::frac;
|
||||
use rusty_numbers::rational::Frac;
|
||||
|
||||
@ -92,3 +92,4 @@ fn op_assign() {
|
||||
quart /= frac!(4);
|
||||
assert_eq!(frac!(1 / 16), quart);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user