Code Cov XML files but not all of them report.

Code Cov XML files but not all of them report.

I have used NCover Explorer to merge all my code coverage files (one coverage file for each test case), however, when I generate reports, not all of the modules show up in the report, even if coverage is being reported in the individual coverage file. For example, I have one executable which has 5% coverage in Explorer, but the report generated doesn't list the executable.

Do you know where I would start to debug this issue?

-Su Llewellyn


RE: Code Cov XML files but not all of them report.

which version of NCover and NCover Explorer are you using? Are there any filters set in NCover Explorer?


RE: Code Cov XML files but not all of them report.

What color are the assemblies in NCover Explorer? Are they grey? If so, are these the ones that are not showing up in the report?

Thanks

Joe Feser