sonarqube_get_project_metrics
Retrieve code coverage, technical debt, complexity, and issue counts for a SonarQube project. Optionally specify a branch or a custom set of metrics.
Instructions
Retrieve comprehensive project quality metrics including coverage, technical debt, complexity, and issue counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | SonarQube project key (required) | |
| branch | No | Specific branch to analyze (optional, defaults to main branch) | |
| metrics | No | Comma-separated list of specific metrics to retrieve (optional, defaults to standard quality metrics) |