-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
LowLow Priority Issues (to be fixed or re-evaluated in 12 monthsLow Priority Issues (to be fixed or re-evaluated in 12 monthsbugSomething isn't workingSomething isn't workingcodecov/codecov-action
Description
Describe the bug
Upgrading from v4 to v5 on an Alpine Linux system fails with:
OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown
Versions
- OS: Alpine Linux
- Git Host: Github
- CI/CD: GitHub Actions
- Uploader: codecov-action@v5
Commit and CI link
https://github.com/ktbarrett/find_libpython/actions/runs/15366625317/job/43240370306
Metadata
Metadata
Assignees
Labels
LowLow Priority Issues (to be fixed or re-evaluated in 12 monthsLow Priority Issues (to be fixed or re-evaluated in 12 monthsbugSomething isn't workingSomething isn't workingcodecov/codecov-action
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
spalmurray commentedon Jun 2, 2025
Hey @ktbarrett thanks for the bug report! We will work on a fix for this, but in case you haven't already, you can get unblocked by installing bash in the alpine environment where you're trying to run the action.
thomasrockhu-codecov commentedon Jul 7, 2025
@ktbarrett, looks like this should be fixed, do you mind trying again? I think you may need to install
bash
ktbarrett commentedon Jul 8, 2025
@spalmurray @thomasrockhu-codecov It works on my end. I've fine to close if you are.