Lucas G
Lucas G

Reputation: 97

SonarQube compare versions of the same project

i'd like to compare code coverage and other metrics between two different versions of my project, but using the leaking period mechanism i was not able to get the view i want.

I would like to compare version metrics like this:

On my researches i've read something similar was possible on older versions of sonar.

Can someone give a tip on how to do it?

Upvotes: 4

Views: 5337

Answers (1)

With recent versions of SonarQube, you don't have built-in tables that show you a list of metrics over different versions of your project.

Still, you can see the evolution of each metric over the past versions when you go to "Measures > [select the metric] > History". You will see something like:

enter image description here

Upvotes: 2

Related Questions