You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Downloading the Codecov Uploader, e.g. using the CircleCI Orb, requires a build environment that has curl and other tools available. In addition, the rather large tool (ca. 40MB) has to be downloaded every time the build pipeline runs, which takes time and creates costs.
Describe the solution you'd like
A container image containing the uploader, that is content-addressable and can be cached by the CI system.
Describe alternatives you've considered
Include the binary in our VCS repository.
Create a container image myself.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Downloading the Codecov Uploader, e.g. using the CircleCI Orb, requires a build environment that has
curl
and other tools available. In addition, the rather large tool (ca. 40MB) has to be downloaded every time the build pipeline runs, which takes time and creates costs.Describe the solution you'd like
A container image containing the uploader, that is content-addressable and can be cached by the CI system.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: