17 lines
558 B
Diff
17 lines
558 B
Diff
From: https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.25.0-tests.patch
|
|
|
|
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) {
|
|
|