cover2cover icon indicating copy to clipboard operation
cover2cover copied to clipboard

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

Open nbauma109 opened this issue 11 months ago • 2 comments

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>

nbauma109 avatar Mar 30 '24 14:03 nbauma109

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

jsarman avatar May 31 '24 00:05 jsarman

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

thenom avatar Jul 09 '24 13:07 thenom