Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add use_python option #1672

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add use_python option #1672

wants to merge 2 commits into from

Conversation

Zxilly
Copy link

@Zxilly Zxilly commented Nov 19, 2024

Allows the user to specify that codecov-cli be run with python to allow it to run without precompiled binaries.
Specifically, I have deployed a self-hosted runner for the s390x architecture, and I want that program to continue to run properly.

* **action.yml**
  - Add a new input `use_python` to specify whether to use Python to run `codecov-cli`
  - Update the `runs` section to include a step for installing `codecov-cli` using Python when `use_python` is set to true

* **README.md**
  - Update the usage section to include the new `use_python` option for running `codecov-cli`

* **CHANGELOG.md**
  - Add an entry to mention the addition of the `use_python` option for running `codecov-cli`
@Zxilly
Copy link
Author

Zxilly commented Nov 19, 2024

related: codecov/wrapper#25

@thomasrockhu-codecov
Copy link
Contributor

Thanks @Zxilly i'll look into this tomorrow!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants