New code coverage metrics not returning values from SonarQube 5.3 API
问题 I need to fetch unit test coverage data for new code changes via the api. The metrics. I can see the data in SonarQubeDashboard but the api is not returning any values for the metrics like: new_coverage new_line_coverage (etc) I am invoking the api : https:///api/resources?format=json&metrics=ncloc,line_coverage,new_line_coverage Even the Public Nemo Instance does not return these metric values: https://nemo.sonarqube.org/api/resources?format=json&metrics=ncloc,line_coverage,new_line_coverage