I was looking for a TestCoverage for .netCore Xunit.
I found OpenCover, but i have no sucess to execute the command to run it:
C:\Users\andre.silva\AppData\Local\Apps\OpenCover\OpenCover.Console.exe -target:"C:\Users\andre.silva\.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-update1\bin\dnx.exe" -targetargs:"--lib dotnet test" -output:coverage.xml -register:user -filter:"+[*]* -[xunit*]*"
Error: Unable to resolve project
Does Anybody know if OpenCover can runwith .NETCore projects?
Tks guys