New code coverage needed by assignee report?

I am using Sonarqube Version 8.9.3 (build 48735).

As we are trying to achieve our 80% new code coverage, I need to know who to follow up with to do additional work to increase their coverage. The only way I can see to do this is to drill down through every file in a project to view the blame information on the uncovered lines in the file. Is there any to get more of a complete report that lists files with uncovered lines by assignee?

We aren’t using pull requests yet, and when we do that should ensure a higher standard by policing it at commit. However, we don’t have that right now.

Hey there.

With lots of API calls to GET api/sources/lines (going through each file of your project) you could probably extract this information, but otherwise there isn’t a consolidated view that’s going to offer this.

Pull Request Analysis is really the way to go here. :slight_smile: