Code Coverage for the Feature Branches

Which versions are you using

We use Sonarqube Enterprise Edition - Version 7.9.3 (build 33349).

What are you trying to achieve

Trying to obtain Code Coverage on feature branches.

We use Azure DevOps - Git Repo as SCM.

While we get code coverage on master branch, but when it comes feature or development branches we are not getting code coverage.

what have you tried so far to achieve this

Able to get the code coverage when we update the Long living branches pattern, but not when we leave it as a feature branch.

Would like to know if there is a better option.

Hi @srcsakthivel and welcome to the community.

Are you still facing the issue ?

If yes, we would need a bit more context about your configuration, what is the scanner used, language, and code coverage tool used.

Thanks.

Hi Mickael,

We are also facing similar issue, code coverage not showing for feature branch. We are using Jacoco with Maven in Jenkins for Java project.
We are using community edition. Is there any limitation to code coverage for feature branch in community edition?
if not, could you please suggest any solution/reference link.

Thank you