Is there a tool for converting the Emma XML reports to Cobertura XML format?

958 Views Asked by At

I am using a code coverage tool that can only generate Emma XML report, while what I need is Cobertura or gcov format. Does there already exist some tool for doing the conversion? If not, I'm afraid I must do it myself.

1

There are 1 best solutions below

1
On

cover2cover has been created for this purpose.