mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Exclude tests/examples.rs while checking coverage.
This commit is contained in:
parent
882f553c6a
commit
44ee8284c5
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg(not(tarpaulin))]
|
||||
|
||||
use std::ffi::OsStr;
|
||||
use std::fs;
|
||||
use std::process::{Command, Output};
|
||||
|
|
Loading…
Reference in a new issue