feature request: configure codecov CLI with env vars
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 89
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to configure some codecov cli options via env vars, in particular I'm thinking of:
- --enterprise-url
- --git-service
since we usually need to do a few calls (do-upload and then upload-process) this would make the CI templates more readable. also, a CI job could be pre configured with the appropriate variables from the CI variable configuration or from the component catalog for gitlab
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.
Research direction
Start with the CLI entry points for do-upload and upload-process, then inspect how their existing options are defined and configured. Add environment-variable support for --enterprise-url and --git-service, and verify that both commands can use the configured values in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100