> ## 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.

# Pull Requests

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.

## 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](/cloud/projects/issues).
* **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](/coverage/unexpected-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](/coverage/commit-statuses) and [Pull Request Comments](/coverage/pull-request-comments) for how those integrations work, and [Quality Gates](/cloud/gates) for the configurable pass/fail thresholds that drive them.

## See Also

* [Automated Code Review](/cloud/automated-code-review)
* [Quality Gates](/cloud/gates)
* [Indirect Changes](/coverage/unexpected-changes)
* [Project Overview](/cloud/projects/overview)
