feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Inconsitent naming of upload options for the codecov cli

Open vlad-codecov opened this issue 1 year ago • 0 comments

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

vlad-codecov avatar May 16 '24 14:05 vlad-codecov