diff --git a/README.md b/README.md index 0d785c6..d7a2891 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)