We used to get the code coverage for the mvc 6 web api in vs2015 targeting to asp.net 5 rc1(dnx451).
After upgrading to core 1.0 we targeted to net 461. I am able to execute all the tests but code coverage is not showing for the mvc6 project. We are able to get for the class library projects but not the exe/dll generated by .net core web project.(MVC6). Please help...
From @nanivijay on August 24, 2016 23:54
We used to get the code coverage for the mvc 6 web api in vs2015 targeting to asp.net 5 rc1(dnx451). After upgrading to core 1.0 we targeted to net 461. I am able to execute all the tests but code coverage is not showing for the mvc6 project. We are able to get for the class library projects but not the exe/dll generated by .net core web project.(MVC6). Please help...
Copied from original issue: aspnet/Testing#233