Files
Alex Stanfield c431d1a43b Improve flaky report presentation (#11528)
## What changed?

- Shows Bayesian commit suspects directly below the overall stats.
- Separates synthetic test-runner timeouts from test failures and
reports affected artifacts.
- Shows final-retry test failures as affected-artifact counts rather
than workflow-run rates.

## Why?

The synthetic `testrunner.TotalTimeout` event was reported both as a
flaky test and as a CI breaker, while the former CI-breaker percentage
mixed artifact and workflow-run units.

## How did you test it?

- `go test -tags test_dep ./tools/flakereport ./tools/common/github`
- `make lint-code`

## Potential risks

This changes report categorization and presentation only; raw
`failures.json` retains synthetic timeout records as timeout events.
2026-08-18 13:43:26 -05:00
..
2026-06-22 12:24:10 -07:00