Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #382 from codecov/filesize
Browse files Browse the repository at this point in the history
Add filesizes
  • Loading branch information
thomasrockhu authored Nov 24, 2020
2 parents d0fed5f + a3dbb93 commit 1d2d70e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SHA1SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8999e6514caa476cbd4f6e2378c61b52faaf05b0 codecov
1899239735b60aaed827c5cdee77a82f19c84fd1 codecov
2 changes: 1 addition & 1 deletion SHA256SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
82ab2f05265e48addf3ba4502a7cbeaf9111804521cdd166301ee23fb5929f78 codecov
bb76428438116849921ffff5f65807ea7a706b00643ae4bc20fe5f5f28fc4dd9 codecov
2 changes: 1 addition & 1 deletion SHA512SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7d0f38280d7783cc1b61b5e137621989d1f2cbcde53f778ac52780959a9f51f6ac77e5591386001797669970e36f34b5fe02096acc6cefa3b26ebddc8280470c codecov
c1c9fd94677feeabe737daf06972fafdc5a6cbc88a35ea99858c8244697fc6923f02a7afcd925966f5e41e14911000709cb845d61e3f35b28e3cb85a5e5edcb3 codecov
1 change: 1 addition & 0 deletions codecov
Original file line number Diff line number Diff line change
Expand Up @@ -1678,6 +1678,7 @@ else

say "${e}==>${x} Gzipping contents"
gzip -nf9 "$upload_file"
say " $(du -h "$upload_file.gz")"

query=$(echo "${query}" | tr -d ' ')
say "${e}==>${x} Uploading reports"
Expand Down

0 comments on commit 1d2d70e

Please sign in to comment.