Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detail page does not integrate result from same modules if run from more than one source. #10

Open
RobertK66 opened this issue Aug 17, 2016 · 0 comments

Comments

@RobertK66
Copy link
Owner

If you combine more than one test dll into one single run and there are modules called from more than one test dll then the results are listed as seperate node in the details table.

The coverage of all runs should be combined to a single 'module' result for each module with same unique id. This is also basis to have a correct summary of coverage percentage because you can have one test dll making 10% another 20% but together the covered part could be something between 20% - 30% but you can not only add this values here. You have to combine the different module results and the coverage of sequence/branch points!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant