Sonar coverge is not generating for the code repo

Coverage is generating in STS but not generating in sonar cloud. Please find attached screenshot.

Hey there.

What languages are you analyzing, and what tools are you using to report code coverage? How have you configured the code coverage reporting? With just a screenshot, there’s not much to go off of.

Hi Colin,

Thanks for response, this is for java language, we are using jacoco to generate sonar report. And we are using gradle build to generate jacoco report. Please let me know the configuration need in build.gradle file ?

This is a helpful guide for getting started.