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

Document a codecov-cli version reference example #1774

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Document a codecov-cli version reference example
  • Loading branch information
webknjaz authored Feb 20, 2025
commit 69026048b104b2c363d436d2efc5ad815006939a
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@ Codecov's Action supports inputs from the user. These inputs, along with their d
| `use_oidc` | Use OIDC instead of token. This will ignore any token supplied | Optional
| `use_pypi` | Use the pypi version of the CLI instead of from cli.codecov.io. If specified, integrity checking will be bypassed. | Optional
| `verbose` | Enable verbose logging | Optional
| `version` | Which version of the Codecov CLI to use (defaults to 'latest') | Optional
| `version` | Which version of the Codecov CLI to use (defaults to 'latest', must start with a leading ''; example: `v10.0.1`) | Optional
| `working-directory` | Directory in which to execute codecov.sh | Optional

### Example `workflow.yml` with Codecov Action