Skip to content

Commit

Permalink
Remove tests from coverage results
Browse files Browse the repository at this point in the history
This commit marks the error tests as not to be included for coverage
results.
  • Loading branch information
endoze committed Nov 12, 2023
1 parent 495fb5e commit 0ef1ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ impl PartialEq for NysmError {
}
}

#[cfg(not(tarpaulin_include))]
#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit 0ef1ac1

Please sign in to comment.