Single Repo Multiple Project

Hi All,

We have a single azure devops repo, that contains 2 projects. 1 for the API code and 1 for the webapp code. Is it possible to somehow split out these 2 project stats? So line count / code coverage stat for the API code and another line count / code coverage stat on the webapp?

Thanks very much!

Hey there.

You would need to create two separate SonarQube projects, and narrow the focus so that you only include certain code in certain projects.

Thank you Colin, appreciate the advise

What about using something like this:

Would that work with sonarqube?

I’m not sure I see how it relates to your original question.