Not able to import the open cover code coverage file from jenkins to sonar qube.
I tried using the windows command prompt with the same commands and i am able to import the report.
facing the issue while importing from jenkins.
below are the steps followed:
::Step 1
C:\Softwares\MSBuild.SonarQube.Runner-1.1\MSBuild.SonarQube.Runner.exe begin /k:TestProject_Key /n:TestProject /v:1.0 /d:sonar.cs.opencover.it.reportsPaths="C:\ProjectWork\Alerts\IPSDataOnlyAccess\opencover.xml"
::Step 2
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" "C:\ProjectWork\Alerts\IPSDataOnlyAccess\IPSDataOnlyAccess.sln" /t:rebuild
:Step 3
"C:\Softwares\opencover.4.6.519\OpenCover.Console.exe" -output:"C:\ProjectWork\Alerts\IPSDataOnlyAccess\opencover.xml" -register:path32 -target:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" -targetargs:"C:\ProjectWork\Alerts\IPSDataOnlyAccess\IPSDataOnlyAccessTest\bin\Debug\IPSDataOnlyAccessTest.dll"
Please help me to over come this issue, i am stuck here.