My unit tests are being recognized but when commiting it shows no results.
I have used the following windows batch command.

C:\PROGRA~2\OpenCover\OpenCover.Console.exe -register:path64 
-target:"C:\Program Files (x86)\Microsoft Visual Studio 
14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Vstest.console.exe" 
 -targetargs:"%WORKSPACE%\UnitTestPOMS\Debug\UnitTestPOMS.dll" 
/Platform:x86 /Framework:framework45 -output:"results.xml" -mergebyhash 
-skipautoprops /EnableCodeCoverage


md %WORKSPACE%\CodeCoverage
 C:\ReportGenerator\bin\ReportGenerator.exe -reports:"results.xml" 
-targetdir:%WORKSPACE%\CodeCoverage 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8204381c-638e-4d5f-a729-d5cc69067dfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to