sonar_get_pr_metrics
Retrieve quality metrics for a pull request: coverage on new code, duplication percentage, and issue counts (bugs, code smells, vulnerabilities).
Instructions
Get quality metrics for a pull request: coverage on new code, duplication percentage, and issue counts (bugs, code smells, vulnerabilities). Use this when the user asks 'what is my coverage?', 'does Sonar pass?', or 'what are the Sonar metrics on my PR?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pullRequest | Yes | Pull request number, e.g. '257' |