Skip to content
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
10 changes: 0 additions & 10 deletions src/content/docs/ci-insights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ cases.

<Image src={TestsScreenshot} alt="CI Insights Tests" />

### Health Status

For each job and test, CI Insights computes a health status based on the last 10 runs:

- **Healthy**: The job or test works fine and produces consistent results
- **Broken**: The job or test consistently fails and needs attention
- **Flaky**: The job or test is unstable and its outcome is not reliable

This health status helps you quickly identify which components of your CI pipeline need attention.

### Flaky Detection

CI Insights automatically detects flaky behavior in both jobs and tests using the same criteria:
Expand Down