From f8e719802f858f74c956b424b194e2a1d332c82c Mon Sep 17 00:00:00 2001 From: Spencer Murray Date: Wed, 16 Jul 2025 11:54:25 -0400 Subject: [PATCH 1/2] Update README with prevent-cli info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 13549e57..8a15dcfc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ [![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) +> [!NOTE] +> The Codecov CLI has a new home! We have moved the Codecov CLI's codebase into [`getsentry/prevent-cli`](https://github.com/getsentry/prevent-cli), in the `codecov-cli` sub-project. We have done this because the Sentry Prevent CLI uses the Codecov CLI as a backend and we wanted to keep the projects together in the `getsentry` organization. The Codecov CLI is still being maintained, improved, and published - just from that repository. See the sub-project's [README](https://github.com/getsentry/prevent-cli/blob/main/codecov-cli/README.md) for Codecov CLI specific information. + 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. - [CodecovCLI](#codecovcli) From fd65ff232e1e5f613e008b46690edf5f7947e3b9 Mon Sep 17 00:00:00 2001 From: Spencer Murray Date: Wed, 16 Jul 2025 12:46:31 -0400 Subject: [PATCH 2/2] Be less excited tho --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a15dcfc..4e273708 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![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) > [!NOTE] -> The Codecov CLI has a new home! We have moved the Codecov CLI's codebase into [`getsentry/prevent-cli`](https://github.com/getsentry/prevent-cli), in the `codecov-cli` sub-project. We have done this because the Sentry Prevent CLI uses the Codecov CLI as a backend and we wanted to keep the projects together in the `getsentry` organization. The Codecov CLI is still being maintained, improved, and published - just from that repository. See the sub-project's [README](https://github.com/getsentry/prevent-cli/blob/main/codecov-cli/README.md) for Codecov CLI specific information. +> The Codecov CLI has a new home. We have moved the Codecov CLI's codebase into [`getsentry/prevent-cli`](https://github.com/getsentry/prevent-cli), in the `codecov-cli` sub-project. We have done this because the Sentry Prevent CLI uses the Codecov CLI as a backend and we wanted to keep the projects together in the `getsentry` organization. The Codecov CLI is still being maintained, improved, and published - just from that repository. See the sub-project's [README](https://github.com/getsentry/prevent-cli/blob/main/codecov-cli/README.md) for Codecov CLI specific information. 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.