+
This commit is contained in:
committed by
GitHub
parent
2fa991581e
commit
7e44243fa5
@@ -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