rix0rrr / cover2cover

Convert JaCoCo coverage reports to Cobertura coverage reports
MIT License
55 stars 50 forks source link

Feature request: Cobertura -> Jacoco #9

Open colindean opened 3 years ago

colindean commented 3 years ago

As described in https://github.com/craigatk/projektor/issues/360, I've got a setup that is emitting Cobertura XML and a destination for the data that requires Jacoco XML. cover2cover seems to have contained some of this knowledge but there's not much AST modeling going on, just an element-wise transfer.

It'd be cool if cover2cover could convert these formats to each other, even if it might be lossy.