Sonar reports are not getting published for all branches on Sonar server

For my project, I am running sonar analysis on all branches
But reports are only getting published for develop and main branch

For other branches I get below warning
The “release” branch has no lines of code.


There is no side tab on left as well for this branch

For develop


My issue is resolved, this was happening because sonar exclusions added in pom.xml.
After removing those exclusions, reports were getting published fine. Thanks.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.