From 640c2df791be52c71086d71f6e3ff382e63e6ed7 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: Mon, 22 Sep 2025 13:30:39 +0200 Subject: [PATCH 1/2] Update README links to point to new repository --- codecov-cli/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codecov-cli/README.md b/codecov-cli/README.md index 13549e57..c59d4b52 100644 --- a/codecov-cli/README.md +++ b/codecov-cli/README.md @@ -1,7 +1,7 @@ # CodecovCLI -[![codecov](https://codecov.io/gh/codecov/codecov-cli/branch/master/graph/badge.svg?token=jN0CICuA6Z)](https://codecov.io/gh/codecov/codecov-cli) -[![Build-Test-Upload](https://github.com/codecov/codecov-cli/actions/workflows/push_flow.yml/badge.svg)](https://github.com/codecov/codecov-cli/actions/workflows/push_flow.yml) +[![codecov](https://codecov.io/gh/getsentry/prevent-cli/branch/main/graph/badge.svg?token=jN0CICuA6Z)](https://codecov.io/gh/getsentry/prevent-cli) +[![Build-Test-Upload](https://github.com/getsentry/prevent-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/getsentry/prevent-cli/actions/workflows/ci.yml) CodecovCLI is a new way for users to interact with Codecov directly from the user’s terminal or CI platform. Many Codecov features that require the user’s interference can be done via the codecovCLI. It saves commits, creates reports, uploads coverage and has many more features. @@ -41,7 +41,7 @@ The above command will download the latest version of Codecov-cli. If you wish t Note: If you're installing in a `pyenv` environment, you may need to call `pyenv rehash` before the CLI will work. ## As a Binary -If you would like to use the CLI in an environment that does not have access to Python / PIP, you can install the CLI as a compiled binary. Linux and macOS releases can be found [here](https://cli.codecov.io/), along with SHASUMs and signatures for each released version. Binary releases are also available via [Github releases](https://github.com/codecov/codecov-cli/releases) on this repository. +If you would like to use the CLI in an environment that does not have access to Python / PIP, you can install the CLI as a compiled binary. Linux and macOS releases can be found [here](https://cli.codecov.io/), along with SHASUMs and signatures for each released version. Binary releases are also available via [Github releases](https://github.com/getsentry/prevent-cli/releases) on this repository. You can retrieve the Binary for Linux directly from your command line as follows: @@ -99,7 +99,7 @@ The following tokens are suitable for uploading: If the installation is successful, running `codecovcli --help` will output the available commands along with the different general options that can be used with them. > [!IMPORTANT] -> For up-to-date command usage, please check the `codecovcli_commands` [file](https://github.com/codecov/codecov-cli/blob/main/codecovcli_commands) +> For up-to-date command usage, please check the `codecovcli_commands` [file](https://github.com/getsentry/prevent-cli/blob/main/codecov-cli/codecovcli_commands) ``` Usage: codecovcli [OPTIONS] COMMAND [ARGS]... From 0ec72b90979de57079354b711fc3478ac8a70aa4 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:17:19 +0400 Subject: [PATCH 2/2] Update codecov-cli/README.md --- codecov-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov-cli/README.md b/codecov-cli/README.md index c59d4b52..914d3009 100644 --- a/codecov-cli/README.md +++ b/codecov-cli/README.md @@ -1,6 +1,6 @@ # CodecovCLI -[![codecov](https://codecov.io/gh/getsentry/prevent-cli/branch/main/graph/badge.svg?token=jN0CICuA6Z)](https://codecov.io/gh/getsentry/prevent-cli) +[![codecov](https://codecov.io/github/getsentry/prevent-cli/graph/badge.svg?token=K1xQn7DaxT)](https://codecov.io/github/getsentry/prevent-cli) [![Build-Test-Upload](https://github.com/getsentry/prevent-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/getsentry/prevent-cli/actions/workflows/ci.yml) CodecovCLI is a new way for users to interact with Codecov directly from the user’s terminal or CI platform. Many Codecov features that require the user’s interference can be done via the codecovCLI. It saves commits, creates reports, uploads coverage and has many more features.