Exclude benches from coverage.
This commit is contained in:
parent
79cb25bc9d
commit
98a7ba23c3
@ -1,5 +1,6 @@
|
|||||||
#![feature(test)]
|
#![feature(test)]
|
||||||
#![feature(bench_black_box)]
|
#![feature(bench_black_box)]
|
||||||
|
#![cfg(not(tarpaulin_include))]
|
||||||
|
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
extern crate rand_pcg;
|
extern crate rand_pcg;
|
||||||
|
Loading…
Reference in New Issue
Block a user