@ganncamp I’ll work on getting those logs. This looks like it might be related to the format of the coverage file, specifically that the xml format does not support branch coverage calculations. The only way to get this metric with the Microsoft Testing Platform is via cobertura
which does not seem to be a supported format for Sonar. Seeing as how the dotnet ecosystem seems like it is moving towards MTP, are there plans for sonar to support this format? It looks like this has been raised a few times on this forum. For example, Use Cobertura Coverage Report for Sonarcloud. Thanks.