Skip to content

Commit

Permalink
chore: Remove tarpaulin support
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 26, 2024
1 parent 8024254 commit 0724b7b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions clap_complete/tests/examples.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg(not(tarpaulin))]

#[test]
fn example_tests() {
let t = trycmd::TestCases::new();
Expand Down
2 changes: 0 additions & 2 deletions tests/examples.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg(not(tarpaulin))]

#[test]
#[cfg(feature = "help")]
#[cfg(feature = "error-context")]
Expand Down
2 changes: 0 additions & 2 deletions tests/ui.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg(not(tarpaulin))]

#[test]
#[cfg(feature = "help")]
#[cfg(feature = "error-context")]
Expand Down

0 comments on commit 0724b7b

Please sign in to comment.