Exclude benches from coverage.

This commit is contained in:
Sebastian Schmidt 2022-01-13 16:38:19 +02:00
parent 79cb25bc9d
commit 98a7ba23c3

View File

@ -1,5 +1,6 @@
#![feature(test)]
#![feature(bench_black_box)]
#![cfg(not(tarpaulin_include))]
extern crate rand;
extern crate rand_pcg;