I tried to view the code coverage results in the sonarcloud using azure devops pipeline. I have added the Sonar Prepare , analyse and Publish tasks in the Pipeline. Between Prepare and Analyse tasks , I have added my Build , Tests (dotnet Build and dotnet tests) tasks. When i tried to publish the code coverage in the pipeline using cobertura , its showing me some value of the coverage , but when I view in sonar cloud its showing me 0%.
Kindly help on this
