Executed the vstest for the code coverage & converted into an .xml file from the .coverage file ext. Also have the .XML result/output file for the nunit test.
Added the below entries in the sonar properties file:
sonar.cs.nunit.reportsPaths=.\Testing\TestResult.xml
sonar.cs.vscoveragexml.reportsPaths=.\Coverage\CoverageResults.xml
No data seen in the SonarQube interface.
I see some log entries like
23:08:39.426 INFO - Parsing the Visual Studio coverage XML report e:\jenkins\workspace\Sonar.\Coverage\CodeCoverageResults.xml 23:08:39.451 DEBUG - Code coverage will not be imported for the following file outside of SonarQube:...