Code coverage not reflecting in summery tab of Azure DevOps

Test and Coverage data (coverage percentage) not reflecting in Summary tab in Azure DevOps for frontend applications. As the result is visible under the Code Coverage tab. It is reflecting for backend applications but not reflecting for frontend (NodeJS/Angular/React) applications. For getting code coverage we are using Publish code coverage results v2 task in our pipelines. Suggest the solution if we are missing something.

That’s not an issue of SonarQube. You need to publish your test results in a format appropriate for Azure DevOps.