sentry-prevent-cli11.2.4
sentry-prevent-cli11.2.4
Published
Sentry Prevent Command Line Interface
pip install sentry-prevent-cli
Package Downloads
Authors
Requires Python
>=3.9
Sentry Prevent CLI
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.