+
This commit is contained in:
committed by
GitHub
parent
d0cb8666cc
commit
2fa991581e
@@ -156,7 +156,7 @@ def get_coverage_info(config: Config) -> dict:
|
||||
|
||||
|
||||
def get_diff_coverage_info(config: Config) -> dict:
|
||||
call("git", "fetch", "--depth=1000")
|
||||
# call("git", "fetch", "--depth=1000")
|
||||
with tempfile.NamedTemporaryFile("r") as f:
|
||||
call(
|
||||
"diff-cover",
|
||||
|
||||
Reference in New Issue
Block a user