Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Output elapsed time with S3 upload #148

Merged
merged 3 commits into from
Sep 15, 2020
Merged
Changes from all commits
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
1 change: 1 addition & 0 deletions codecov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ def main(*argv, **kwargs):
)
s3.raise_for_status()
assert s3.status_code == 200
write(" Uploading to S3 took %s" % s3.elapsed)
write(" " + result)
success = True

Expand Down