Actions
Feature #10640
openAdd an ability to show difference of coverage reports
Start date:
12/23/2020
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
If you have two similar launches, for example, for two kernel configurations, you may need to look at difference, particularly in coverage data.
I know that it may be implemented as subtraction, as in Kedr by Andrey Tsivarev. However, it is possible to create something different, as the Klever has more powerful visualization than Lcov.
Updated by Evgeny Novikov almost 4 years ago
- Assignee set to Vladimir Gratinskiy
- Priority changed from Normal to High
It is interesting to know how you suggest to compare code coverage especially taking into account that in case of software model checking code coverage is not binary (covered or not covered) but something more useful (though, it can be easily reduced to the binary form).
Actions