From 3cb13a12348ef4ffcf9783ac0f74954f92113e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=87=BA=F0=9F=87=A6=20Sviatoslav=20Sydorenko=20=28?= =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1?= =?UTF-8?q?=D0=B8=D0=B4=D0=BE=D1=80=D0=B5=D0=BD=D0=BA=D0=BE=29?= Date: Wed, 20 Aug 2025 17:21:20 +0200 Subject: [PATCH] Document a `codecov-cli` version reference example (#1774) * Document a `codecov-cli` version reference example * Recover the mention of `v` in the text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f342d82..fa46f73 100644 --- a/README.md +++ b/README.md @@ -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_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 'v'; example: `v10.0.1`) | Optional | `working-directory` | Directory in which to execute codecov.sh | Optional ### Example `workflow.yml` with Codecov Action