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

1

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.

Lankford answered 4/6, 2012 at 2:17 Comment(3)
Did you do it? I am looking for the same thing.Lifeanddeath
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...Judsonjudus
I could not find anything out there that does this. Would be great if someone knows of something.Taskwork
S
-2

cover2cover has been created for this purpose.

Stockade answered 18/11, 2016 at 10:51 Comment(1)
I think that's for JaCoCo, not Emma.Cork

© 2022 - 2024 — McMap. All rights reserved.