11

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.

tomsheep
  • 253
  • 1
  • 3
  • 7
  • Did you do it? I am looking for the same thing. – anttix Sep 12 '12 at 18:42
  • 1
    Definitely being interesting in that as well. Getting emma coverage out of Android integration tests is easy, now I just have to "marry" those with the cobertura results of the JUnit tests... – Thomas Keller Sep 19 '12 at 09:00
  • I could not find anything out there that does this. Would be great if someone knows of something. – Mohamed Nuur Oct 19 '18 at 06:00

1 Answers1

-2

cover2cover has been created for this purpose.

vip
  • 1,707
  • 2
  • 16
  • 46