2

Asked support forum but they are unresponsive: https://community.sonarsource.com/t/how-can-i-get-a-top-level-coverage-report-for-all-my-projects/30286

I was looking in the UI and googling but didnt turn anything up

I have 2 teams in bitbucket and many projects in each

I just want to generate a csv that includes each sonar project name and the current code coverage of that project

How do I do this? Can I export this csv/pdf/whatever report that includes projects in both of my organizations?

red888
  • 27,709
  • 55
  • 204
  • 392

1 Answers1

0

Sonarqube comes with two awesome functionality to group projects under a application (in your case say team).

The two functionality are:

  1. Applications : An Application is an aggregation of projects into a synthetic project.

  2. Portfolios : Portfolio offers an aggregate view of the releasability of all projects in the Portfolio.

Note: Both of these two available in Sonarqube Enterprise Edition only.

Sourav
  • 3,025
  • 2
  • 13
  • 29
  • 1
    I use sonarcloud is it for sonarcloud? because otherwise I cant use it. Also I dont see how portfolios or applications allow for the report I want – red888 Sep 10 '20 at 13:35