kcov icon indicating copy to clipboard operation
kcov copied to clipboard

Nested Merge with name.

Open ZoomyCat opened this issue 9 years ago • 1 comments

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 avatar May 16 '16 15:05 ZoomyCat

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.

ZoomyCat avatar May 17 '16 20:05 ZoomyCat