Background:
I'm part of a team that all work mostly on a single large codebase, and we use SonarQube to track our test coverage so we can drill into the area's of new/edited code that is missing tests to see if tests need adding.
The problem is, we have grown in terms of number of developers, so now we review SonarQube in our squads of 3-5 developers instead of the whole team of 20 developers. I would like to be able to filter the code coverage views down, so I can focus just on the code that a single squad changed, rather than the code that the whole dev team changed.
If it helps, we do work on different branches, and build squad based SonarQube projects off of the individual squad branches, but we regularly merge to share changes across squads, so SonarQube currently picks up all changes.
Question:
How do I filter code coverage down to just the code that was edited by 1-5 devs?