This commit is contained in:
Rustem Khusnutdinov
2024-11-28 11:03:28 +03:00
committed by GitHub
parent d0cb8666cc
commit 2fa991581e
2 changed files with 15 additions and 15 deletions

View File

@@ -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",