Different test results in not mergable coverage results (v1.
Different test results in not mergable coverage results (v1.
Hi there,
if I execute two different testers for the same assembly I will have as
a result two coverage files. Of course they are different. After that I
want to merge them using NCoverExplorer which fails. After some
investigations I found out that the coverage files contain different
methods, even if both run on the same assembly.
I would expect that both coverage files contain exactly the same
methods and only differ in the coverage. E.g. method1 was not covered
in test1 and therefore coverage=0%, whilst in test2 the method has been
covered and coverage=64%.
It seems not covered methods are sometimes not part of the coverage file.
Does anybody know a solution for this issue?
Ciao
Thomas