Skip to content

Commit

Permalink
Merge remote-tracking branch 'fork/main' into sonarqube-branches
Browse files Browse the repository at this point in the history
  • Loading branch information
phalbert committed Dec 24, 2024
2 parents 0ac08ec + fb7ba14 commit 758b20f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/sonarqube/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ async def get_single_project(self, project: dict[str, Any]) -> dict[str, Any]:
project["__measures"] = await self.get_measures(project_key)

branches = await self.get_branches(project_key)
project["__branches"] = branches
main_branch = [branch for branch in branches if branch.get("isMain")]
project["__branch"] = main_branch[0]

Expand Down

0 comments on commit 758b20f

Please sign in to comment.