codecov / codecov/codecov-action
Undocumented dependencies of v4 while running in a container
@thomasrockhu-codecov is already working on this.
Since Aug 1, 2024.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 260
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
We updated our workflows to run v4 of the action few weeks ago and where baffled why the uploads were failing in one of the jobs but not all of them. Apparently our container did not have the required dependencies installed and therefore the upload failed. I'm fine with adding the required dependencies gpg and gpg-agent to our testing containers but would appreciate that it would documented somewhere instead of scouring closed issues for reasons the upload fails. Additionally had to define that the container is alpine based which i found from https://github.com/codecov/codecov-action/issues/1262#issuecomment-2112695175
Changes required to our alpine based containers can be found here https://github.com/vrk-kpa/restricteddata/pull/253
Contributor guide
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.