I have a clarification
We have one Project and there are 70teams under. Each team has their code under their team name and their own coverage.
How do we organize and manage this such that on sonarqube server we can provide a unique link to each team?
Ex
Project A has
Team1—-70.
We want to give a link to each team after scanning their code:
Colin
(Colin)
2
Hey there.
What do you mean by this? Do you mean that you have a single repository on which 70 teams work on their own codebases within?
In that case, you probably want to create many projects with different analysis scopes (limiting the code that is analyzed for each project).
yes, we have 70 teams who work on same one repo and they have their team based directories.