Skip to content

Commit

Permalink
chore: Try a different way of annotating for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Jan 2, 2024
1 parent 4e227af commit aea2784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion car-mirror/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ impl Cache for NoCache {
}
}

#[cfg(all(test, feature = "quick_cache"))]
#[cfg(feature = "quick_cache")]
#[cfg(test)]
mod quick_cache_tests {
use super::{Cache, InMemoryCache};
use libipld::{Ipld, IpldCodec};
Expand Down

0 comments on commit aea2784

Please sign in to comment.