mc1arke / sonarqube-community-branch-plugin

A plugin that allows branch analysis and pull request decoration in the Community version of Sonarqube
GNU Lesser General Public License v3.0
2.26k stars 526 forks source link

Issue with Test Coverage Reporting for Branches on GitLab with Spring Boot 3.3.0 #936

Closed Nikita-hs closed 4 months ago

Nikita-hs commented 4 months ago

Describe

Hello! After upgrading version of Spring Boot from 3.2.8 to 3.3.0 we stopped having any coverage related information for our branches. We checked the project build and for the both versions it is the same.

Software Version

Spring Boot 3.3.0 (3.2.8) Jacoco 0.8.9 Gradle 8.3 SonarQube 10.3-community Java 17 CI: GitLab

Plugin Version 1.8.0

Screenshots

image for 3.3.0 version image for 3.2.8 version

Is there a way to replicate the previous behavior for current setup?

shitikanth commented 2 months ago

@Nikita-hs Did you figure out what the issue was or some other workaround?