Can we include the SonarCloud project in the GitHub PR Conversation comment?

Setup:

  • ALM used : GitHub
  • CI system used : Azure DevOps

Situation:

  • single git repository which contains two separate codebases (sharing a repo due to shared code and nature of app)
  • two separate SonarCloud projects
  • each GitHub PR triggers one run of the single CI job for that git repo which runs analysis against each of the two codebases and their respective SonarCloud project
  • each GitHub PR is then decorated with one comment for each of the two SonarCloud projects i.e. two separate comments

Problem:

  • neither comment actually references the SonarCloud project name, so we can’t see which it refers to

Question:

  • is there a way to customise the SonarCloud GitHub PR decoration such that it mentions the SonarCloud name; and if not, if there somewhere I can request this feature?

Thanks!

Ross

Any idea @Martin_Bednorz or @Fabrice_Bellingard ?
Thanks.

1 Like

Hello Ross and welcome to the community!

We are already working on improving the experience for mono repositories on GitHub projects. Improved support for Azure DevOps was announced today and something similar is in the works for GitHub. Making it more clear to which project a summary comment belongs to (for mono repositories) is also part of this.

2 Likes

Fabulous. Thank you both :blush:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.