NCover with MSTest
We're using MSTest in our continuous integration environment and would like to integrate NCover code coverage. When running against mstest, NCover reports <seqpnt visitcount="0" ... for all entries.
The command line calling this is:
ncover.exe "mstest.exe /testmetadata:project.vsmdi /testlist:buildtests /resultsfile:out.xml"
This produces the default outputs Coverage.xml and Coverage.log.
Can anyone suggest what i might be doing wrong here.
Thanks