I'm testing SonarQube together with OpenCover in a .NET environment. I have a solution for a web-project, with some unit tests. I'm running NUnit through OpenCover to generate the xml-report for importing into SonarQube. I'm using the VSSonarExtension2015 to trigger the analysis on the SonarQube server, which has been configured to import the result-file from the OpenCover run. When the analysis is finished it shows the line coverage, but the condition coverage is not updated. I have run the OpenCoverReportGenerator on the same file for comparison. And the ReportGenerator shows the condition coverage, so it is included in the file from OpenCover, but not showing up in the view in SonarQube.
Im I missing something, or is it something I need to configure to show this info? coverage view