Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Sentry Prevent GitHub Action

### Easily upload coverage and test result reports to Sentry Prevent from GitHub Actions

---
## ⚠️ Deprecation Notice ⚠️
> [!CAUTION]
> This repository and the subsequent Action are being **deprecated** in favor of the [Codecov Action](https://github.com/codecov/codecov-action)
---
<!-- TODO: add these back later -->
<!-- [![GitHub Marketplace](https://img.shields.io/badge/Marketplace-v5-undefined.svg?logo=github&logoColor=white&style=flat)](https://github.com/marketplace/actions/prevent)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fprevent%2Fprevent-action.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fprevent%2Fprevent-action?ref=badge_shield)
[![Workflow for Prevent Action](https://github.com/prevent/prevent-action/actions/workflows/main.yml/badge.svg)](https://github.com/prevent/prevent-action/actions/workflows/main.yml) -->

### Easily upload coverage and test result reports to Sentry Prevent from GitHub Actions

## Usage

To integrate Sentry Prevent with your Actions pipeline, specify the name of this repository with a tag number (`@v0` is recommended) as a `step` within your `workflow.yml` file.
Expand Down
Loading