aconrad / pycobertura

A code coverage diff tool for Cobertura reports
MIT License
116 stars 39 forks source link

draft: merge xml (pseudo code) #162

Closed gro1m closed 1 year ago

gro1m commented 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).

gro1m commented 1 year ago

Going for a new attempt.