Cobertura sample XML output
June 22, 2011
Today I was desperately looking for some sample XML that Cobertura generates, as I was writing a converter from jscoverage’s JSON to Cobertura’s XML.
Turns out it is harder than it sounds but in the end I found an example in the Cobertura Jenkins Plugin.
So, this is just a mental note for myself in case I need it again. If you’re Googling for it like myself, hopefully you’ll stumble over this and say hi in the comments.
Thanks for the link
I’m writing a jscoverage to Cobertura XML script in Python.