Skip to content

Commit

Permalink
Coverage report excludes test codes
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Aug 7, 2024
1 parent 04331ca commit f491fd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub mod db;
pub mod utils;

#[cfg(test)]
#[cfg(not(tarpaulin_include))]
#[ctor::ctor]
fn init() {
crate::utils::logging::setup_console_log();
Expand Down

0 comments on commit f491fd4

Please sign in to comment.