Single sonarqube report for Github workflow with matrix

Hello,
I have one big repository with several projects. In the github workflow I have a matrix for each project running in parallel. As a part of job I start the sonarqube analysis, build the project, running tests and stop sonarqube. Now a unique key is used for each project, so I get separate reports for each project.
I would like to receive a single report for all projects in the repository. Unfortunately, I did not find such examples in the documentation. So I’m wondering if this is possible?

Hi,

Welcome to the community!

You didn’t mention whether or not you’re on a commercial edition, but Applications (starting in Developer Edition($)) sounds like what you’re looking for.

 
HTH,
Ann