From c766ec525c64d8c858c712258d5bd97e4c90da3b Mon Sep 17 00:00:00 2001 From: thomasrockhu-codecov Date: Fri, 29 May 2026 09:55:53 -0600 Subject: [PATCH] fix: deprecation notice --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d785c64..d7a28919 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # Sentry Prevent CLI +## ⚠️ Deprecation Warning ⚠️ + +This repository is being deprecated. We recommend all users migrate to the [Codecov CLI](https://github.com/codecov/codecov-cli) to prevent any breakages in usage. + [![codecov](https://codecov.io/gh/getsentry/prevent-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/getsentry/prevent-cli) The Sentry Prevent CLI is responsible for uploading code coverage and test results to Sentry. It can be used directly or indirectly through our [Sentry Prevent GitHub Action](https://github.com/getsentry/prevent-action). -> [!NOTE] +> [!NOTE] > The Codecov CLI is still around! We have moved the Codecov CLI's codebase into the `codecov-cli` sub-project in this repository because the Sentry Prevent CLI uses it 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 this repository. See the sub-project's [README](/codecov-cli/README.md) for Codecov CLI specific information, the rest of this document will be about the Prevent CLI. - [Installing](#installing)