feedback
feedback copied to clipboard
Inconsitent naming of upload options for the codecov cli
What product do you want to improve? Codecov cli
Is your feature request related to a problem? Please describe.
In the do-upload command the param is called --report-code, while in all other commands it's called --code. Please make it consistent.
pip install codecov-cli
codecovcli create-commit
codecovcli create-report --code <CODE>
codecovcli do-upload --report-code <CODE>
codecovcli create-report-results --code <CODE>
codecovcli get-report-results --code <CODE>
https://github.com/codecov/codecov-cli?tab=readme-ov-file#how-to-use-local-upload
Describe the solution you'd like please make sure that all params are named consistently