mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
Document a codecov-cli version reference example (#1774)
* Document a `codecov-cli` version reference example * Recover the mention of `v` in the text
This commit is contained in:
committed by
GitHub
parent
a4803c1f8d
commit
3cb13a1234
@@ -174,7 +174,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_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
|
| `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
|
| `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 'v'; example: `v10.0.1`) | Optional
|
||||||
| `working-directory` | Directory in which to execute codecov.sh | Optional
|
| `working-directory` | Directory in which to execute codecov.sh | Optional
|
||||||
|
|
||||||
### Example `workflow.yml` with Codecov Action
|
### Example `workflow.yml` with Codecov Action
|
||||||
|
|||||||
Reference in New Issue
Block a user