Skip to content

Commit 0724b7b

Browse files
committed
chore: Remove tarpaulin support
1 parent 8024254 commit 0724b7b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

clap_complete/tests/examples.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg(not(tarpaulin))]
2-
31
#[test]
42
fn example_tests() {
53
let t = trycmd::TestCases::new();

tests/examples.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg(not(tarpaulin))]
2-
31
#[test]
42
#[cfg(feature = "help")]
53
#[cfg(feature = "error-context")]

tests/ui.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg(not(tarpaulin))]
2-
31
#[test]
42
#[cfg(feature = "help")]
53
#[cfg(feature = "error-context")]

0 commit comments

Comments
 (0)