Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- what are you trying to achieve
- what have you tried so far to achieve this
We are trying to fetch the conditions for Quality gate status using the api
/api//api/project_analyses/search?project=###&category=QUALITY_GATE
we are using the description field of the response from this api
But it shows reason as coverage < 80
But on checking the coverage of the component through api
api/measures/component?componentKey=####&metricKeys=coverage
it is coverage > 80 and also on dashboard coverage is greater than 80
So why is this discrepancy in responses?