codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

[FR?] Uploading reports as archive #437

Closed LebedevRI closed 3 years ago

LebedevRI commented 3 years ago

This is either a feature request, or a documentation request. The native https://github.com/codecov/codecov-bash uploads each report separately, which doesn't quite scale well with large report number. I'm seeing that the upload takes an extremely long time. It would perhaps be good to be able to archive the reports first, and upload them in one go.

Is that something that can be done?

X-Ref https://github.com/codecov/codecov-action/issues/324

thomasrockhu commented 3 years ago

(closing out as a duplicate on the mentioned issue)

LebedevRI commented 3 years ago

... could you please bother to actually reply to the issue?

LebedevRI commented 3 years ago

Thank you for a very helpful reply! The answer i was looking for: "your problem is elsewhere, we already do that: https://github.com/codecov/codecov-bash/blob/965008c97d649721850b9ff0de3f71e9b8adeb71/codecov#L1796-L1798"