I am trying to fetch NEW CODE COVERAGE METRIC via Sonarqube WEB API but unable to find any endpoint which directly gives me the new code coverage along with its respective date.
I have tried metrics API but no luck. It doesnt give dates.
I am trying to fetch NEW CODE COVERAGE METRIC via Sonarqube WEB API but unable to find any endpoint which directly gives me the new code coverage along with its respective date.
I have tried metrics API but no luck. It doesnt give dates.
Hey there.
The history of new_
metrics are not stored in SonarQube, as once they’re historical they’re no longer “new”. You can still track the overall coverage over time using the coverage
metric.