Container image
@rohan-at-sentry is already working on this.
Since Apr 30, 2024.
- Dominant language
- Python
- Stars
- 89
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Downloading the Codecov CLI, e.g. using the CircleCI Orb, requires a build environment that has curl and other tools available. In addition, the rather large tool (ca. 25MB) 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 Codecov CLI, 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
Copied from https://github.com/codecov/uploader/issues/744.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.