Skip to content

Commit 7b950d0

Browse files
author
Shannon Anahata
committed
resolving merge conflict
2 parents 52d625b + f0d728d commit 7b950d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/product/test-analytics/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Sentry Prevent Test Analytics provides actionable insights into your CI test run
2121

2222
![Test Analytics Dashboard](./img/TA-dash.png)
2323

24-
To use Sentry Prevent Test Analytics, youll need to install the [Sentry app](https://github.com/apps/sentry-io) on your GitHub organization or specific repositories. Once installed, choose your JUnit XML Report framework and [set your permissions](#permissions-and-repository-tokens) using a repository secret.
24+
To use Sentry Prevent Test Analytics, you'll need to install the [Sentry app](https://github.com/apps/sentry-io) on your GitHub organization or specific repositories. Once installed, choose your JUnit XML Report framework and [set your permissions](#permissions-and-repository-tokens) using a repository secret.
2525

2626
<Alert>
2727
**The only test result file format we support is JUnit XML**. Most test frameworks support outputting test results in this format, with some configuration.
@@ -41,7 +41,7 @@ If you are already using GitHub Actions, you can use the `getsentry/prevent-acti
4141
with:
4242
token: ${{ secrets.SENTRY_PREVENT_TOKEN }}
4343
```
44-
### 2. Use [Sentry Prevents CLI](/product/test-analytics/cli/) to Upload Testing Reports
44+
### 2. Use [Sentry Prevent's CLI](/product/test-analytics/cli/) to Upload Testing Reports
4545
If you do not use Github Actions, install the Sentry Prevent CLI using `pip install sentry-prevent-cli` (for Python), or use a binary platform.
4646

4747
```bash {tabTitle:macos}

0 commit comments

Comments
 (0)