Closed gro1m closed 1 year ago
First draft for https://github.com/aconrad/pycobertura/issues/119, rather pseudo-code adapted from here: https://github.com/janhybs/Flow123d-python-utils/blob/a80b2dd10eb77ed0fc6469c675dc400feffdcc09/src/coverage/coverage_merge_module.py#L176
FYI: @aconrad, @marvin1991, @epenet, @janhybs Need tests and help on how to extract list and roots for different levels (packages, classes, methods, lines).
Going for a new attempt.
First draft for https://github.com/aconrad/pycobertura/issues/119, rather pseudo-code adapted from here: https://github.com/janhybs/Flow123d-python-utils/blob/a80b2dd10eb77ed0fc6469c675dc400feffdcc09/src/coverage/coverage_merge_module.py#L176
FYI: @aconrad, @marvin1991, @epenet, @janhybs Need tests and help on how to extract list and roots for different levels (packages, classes, methods, lines).