Hi all,
I am having a strange problem. I have a jenkins job that launches 2 sonar analysis on 1 branch.
The first analysis is launched on the starting commit of the branch and the second is launched on the last commit. My idea is to get the "new code" tests coverage as the first commit is my base and everything after this is new code and sonar should show me the new code coverage, but it does not ...
It's configured to show new code coverage "since previous version". I also tried to manually give versions to the 2 analysis with sonar.projectVersion, but I still don't get the new code coverage percent.
On other hand when I have some branch that I am working on and it is analysed more than one time in 2-3 days, the new code coverage is shown ...
Any ideas? Thanks in advance!