The Pull Requests view lists every open pull request in your project. Click into any PR to see your analysis results, which include both static-analysis issues introduced by the PR and the PR’s coverage impact.Documentation Index
Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt
Use this file to discover all available pages before exploring further.
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.