Exclude tests/examples.rs while checking coverage.

This commit is contained in:
Matt Kantor 2020-08-24 10:23:37 -07:00
parent 882f553c6a
commit 44ee8284c5

View file

@ -1,3 +1,5 @@
#![cfg(not(tarpaulin))]
use std::ffi::OsStr;
use std::fs;
use std::process::{Command, Output};