Skip to main content

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.

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. 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.
By default, opening a PR redirects to its Issues tab.

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.

Status posting

Qlty posts commit statuses and (optionally) PR comments back to GitHub for each analyzed PR. See Commit Statuses and Pull Request Comments for how those integrations work, and Quality Gates for the configurable pass/fail thresholds that drive them.

See Also