Michael Gross

Results 58 comments of Michael Gross

Hi @marwin1991 Thanks, would be good if you could also provide the wished output file with the 2 input files you provide :) Also from your example, I assume that...

Hi @aconrad @marwin1991 Regarding the implementation of the `merge` command, there are the following steps in my view: 1. Parsing the input xml files (could be an arbitrary number) and...

@marwin1991 Can you explain why `coverage combine` does not satisfy your needs or why the integration into `pycobertura` would be extremely helpful? - see also the link by @aconrad above:...

Hi @aconrad @blueyed As I am working on a regex to include files you want, it could maybe be a possibility to add an option to pass a file (for...

@loganharbour Do you have any update here?

Hi @loganharbour I think the question came up more with regards to the upcoming major release 3.0.0. Furthermore, as there have been quite some changes, it could be interesting to...

From an output perspective I wonder if it should go more in the direction of the `git diff` command, which would necessitate to have two tables or we could have...

@brunomiguensolx @aconrad Started implementation of hide columns here: https://github.com/aconrad/pycobertura/pull/137

@brunomiguensolx @aconrad Regex matching is worked on here: https://github.com/aconrad/pycobertura/pull/138

Hi @aconrad Yes, I think there are couple of things that would be great to have: - tests for reporters as well (I only did the CLI tests) - resolve...