We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382c209 commit d348115Copy full SHA for d348115
tools/code_coverage_tools/gcp.py
@@ -58,7 +58,7 @@ def download_report(
58
return True
59
60
os.makedirs(os.path.dirname(full_archive_path), exist_ok=True)
61
- blob.download_to_filename(full_archive_path)
+ blob.download_to_filename(full_archive_path, raw_download=True)
62
logger.info("Downloaded report archive", path=full_archive_path)
63
64
with open(full_path, "wb") as output:
0 commit comments