aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

after migration to core 1.0 from rc1 we are not getting code coverage result for mvc6 project #773

Open Eilon opened 8 years ago

Eilon commented 8 years ago

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

mlorbetske commented 8 years ago

@srivatsn do you know what the status of the test/code coverage work is?

srivatsn commented 8 years ago

@sbaid may know.