TBI team is able to run SonarQube scans on our 3 applications. The scans/code reports are being uploaded , but we are having problems with capturing unit test coverage for our ASP.net websites, which run in IIS webserver. The current unittest run fine using vstestconsole, but this tool is unable to attach to IIS websites during a test execution.
You can see the current report for FreeForm have zero coverage detected on FreeFormclient(website). (see image below)
Looking at the specs for sonarqube, it can read/convert coverage reports from DotCover, OpenCover and Coverlet. I think these tools are able to capture code coverage on IIS .net websites.