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

Nested Merge with name. #142

Open
ZoomyCat opened this issue May 16, 2016 · 1 comment
Open

Nested Merge with name. #142

ZoomyCat opened this issue May 16, 2016 · 1 comment

Comments

@ZoomyCat
Copy link

ZoomyCat commented May 16, 2016

So right now when you merge you tend you lose all the data that I said I enjoyed in #140.

I like to propose the ability to merge multiple directories in a way that it retains detailed data. Making a heirchy structure.

The resulting data would be an overlay set of data that would contain the project name as the command.

You could then have your other kcov reports shown under their respective names, I woud like these be the command entries of the each merged directories. It would be nice if this showed the overall coverage result with each individual test and listed with the correct code coverage.

@ZoomyCat
Copy link
Author

I took some screenshots as examples for you.

Here is what happens with the for loop in #140 Some really nice display that shows detailed statistics on the coverage of each test.

selection_095

Here is what happens when you merge the same data together.

selection_094

What appears to be happening in the merge is that its taking the % of coverage it hit within the test file and removing the data from anything ran in lib-text.

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

2 participants