NCover couldn't create a coverage report. 0 Passed, 0 Failed, 0 Skipped
Posted
by pavel.tuzov
on Stack Overflow
See other posts from Stack Overflow
or by pavel.tuzov
Published on 2010-04-07T13:42:16Z
Indexed on
2010/04/07
13:43 UTC
Read the original article
Hit count: 255
Hi,
I am using Visual Studio 2008 Professional with TestDriven.NET 2.14.2190, Windows XP (x86).
When i right click on my unit tests project, test with - Coverage, I obtain the following output:
NCover couldn't create a coverage report.
and the result:
0 Passed, 0 Failed, 0 Skipped
I have no other versions of NCover installed, just the VS and TestDriven .NET
The actual testing is performed as expected - all tests successfully pass (so, there's nothing wrong with my class)
Does anyone know what could be the problem?
© Stack Overflow or respective owner