I am performing SCA and code coverage of .NET core application from Azure Pipeline to SonarQube. Where I am able to generate the Open Cover after executing test cases and able to see the Code Coverage on Azure DevOps. But not able to See the Code Coverage percentage on SonarQube. Where I am able to see the " - " instead of percentage.
I have tried with Coverlet to generate the Code Coverage and added all the properties mentioned over there.
I am performing this for multiple Dot Net Core Applications but facing the issue for one application where I have followed the similar process for all the applications.
NOTE: I am able generate the report with name Opencover.xml having the Coverage data and able to see the result of the file on Azure DevOps Code Coverage tab but not able to see the result to the SonarQube. Where I am able to " - " instead of Numbers.