diff options
Diffstat (limited to 'dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.25.0-tests.patch')
-rw-r--r-- | dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.25.0-tests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.25.0-tests.patch b/dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.25.0-tests.patch new file mode 100644 index 000000000000..5a456fab9a92 --- /dev/null +++ b/dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.25.0-tests.patch @@ -0,0 +1,13 @@ +diff --git a/src/report/coveralls.rs b/src/report/coveralls.rs +index 5541e21..7feea1a 100644 +--- a/src/report/coveralls.rs ++++ b/src/report/coveralls.rs +@@ -148,7 +148,7 @@ mod tests { + use super::*; + use std::process::Command; + +- #[test] ++ #[test] #[ignore] + fn git_info_correct() { + let manifest = Path::new(env!("CARGO_MANIFEST_DIR")).join("Cargo.toml"); + let res = match get_git_info(&manifest) { |