Merging Multiple Test Runs

Merging Multiple Test Runs

I've noticed that if I merge coverage reports for two different tests that hit the same method, the method shows up twice in the merged report with different stats. This appears to be throwing my coverage numbers off. Is this expected behavior?


RE: Merging Multiple Test Runs

Nevermind, found out the issue was because the same module was loaded from two different locations. It may be nice to make this more obvious though :)


RE: Merging Multiple Test Runs

I've logged an issue in our bug tracking system so that this problem gets properly thought out for the next version. Could you post the module information for the two modules so we have some idea what the data looks like (te recreate a test case)?

Thanks, Stephen