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