sentry-prevent-cli 11.2.8


pip install sentry-prevent-cli

  Latest version

Released: Mar 26, 2026

Project Links

Meta
Author: Sentry
Requires Python: >=3.9

Classifiers

Sentry Prevent CLI

codecov

The Sentry Prevent CLI is responsible for uploading code coverage and test results to Sentry. It can be used directly, but it is also used behind the scenes when using our Sentry Prevent GitHub Action.

Usage

To upload test results to Sentry:

sentry-prevent-cli upload --report-type test-results

If your repository is not configured for tokenless uploads, you will need to set your upload token with either the PREVENT_TOKEN environment variable or by passing the --token flag at the end of your command.

Extras: None
Dependencies:
codecov-cli (==11.2.8)
click (<8.3.0,>=8.0.0)
sentry-sdk (==2.*)