rix0rrr / cover2cover

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

Generated cobertura xml is wrapped into b'...' #12

Open nbauma109 opened 4 months ago

nbauma109 commented 4 months ago

it's generating a xml between b' and ' such as this :

<?xml version="1.0" ?>
b'<coverage ... </coverage>'

instead of :

<?xml version="1.0" ?>
<coverage ... </coverage>
jsarman commented 2 months ago

The fix worked like a charm for me. Thanks and hopefully it gets merged for everyone else.

thenom commented 1 month ago

Any movement on getting this merged? Think this branch is the new master for anyone using this.