Navigating PR Results
Inside the PR Results page, two tabs are available:- Issues — every issue detected in the PR analysis, with the same filtering, sorting, and triage actions available on the project-level Issues view.
- Coverage — the PR’s coverage impact relative to its base, with stat cards for total coverage, diff coverage, and lines added/missed, plus per-file breakdowns.
Coverage tab
The Coverage tab includes three sub-views:- Direct changes — files which have changes in coverage, and are directly modified by the PR. Shows the coverage delta per file.
- Indirect changes — files whose coverage changed even though the PR didn’t touch them (e.g. shared modules where test-call paths shifted). See Indirect Changes for more.
- Components — coverage broken down by coverage tag (e.g. unit vs integration), when multiple tags have been uploaded.