NCover is alway reporting 100% test coverage?
NCover is alway reporting 100% test coverage?
Hi all,
I'm trying to use NCover for the first time and am alway getting a report of 100% from Coverage.Xml when using Coverage.xsl to view the results as a web page. Are there various versions of Coverage.xsl that align with particular versions of NCover? Does NCover work with MSTest?
I call NCover using the line below:
"C:\Program Files\NCover\NCover.Console" mstest /runconfig:devportestrun.testrunconfig /testcontainer:CoreTest\bin\Debug\CoreTest.dll /resultsfile:test.trx //a Core
Also NCoverExplorer.Console shows 0% coverage loading the report result from above.
Any ideas as to what I'm doing wrong?
Thanks for any help or insight,
Steve