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.
Asked
Active
Viewed 919 times
11
-
Did you do it? I am looking for the same thing. – anttix Sep 12 '12 at 18:42
-
1Definitely 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