Skip to content

Commit

Permalink
exclude benchmarks from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Aug 18, 2022
1 parent 5033a31 commit df29422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benches/benches.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(not(tarpaulin_include))]

use map_macro::{map, set, vec_no_clone};

use criterion::{
Expand Down

0 comments on commit df29422

Please sign in to comment.