8000 More retries by thomasrockhu · Pull Request #273 · codecov/codecov-python · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary var declaration
  • Loading branch information
thomasrockhu committed Jun 11, 2020
commit 0b340a0d48c4012e2753e315f780dda19741a147
1 change: 0 additions & 1 deletion codecov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,6 @@ def main(*argv, **kwargs):
reports_gzip = gzip_worker.compress(reports) + gzip_worker.flush()
write(" Compressed contents to {0} bytes".format(len(reports_gzip)))

s3 = None
success = False
if "s3" not in codecov.disable:
try:
Expand Down
0