Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Can we change the Code Coverage Result generated by codecov to some other formate like EMMA formate

Rahul_K_2
Beginner
383 Views

Can we change the Code Coverage Result generated by codecov to some other formate like EMMA formate ??

0 Kudos
4 Replies
JenniferJ
Moderator
383 Views

Correctly, I don't think so. 

But please provide more info on the EMMA format. why do you prefer that? 

Jennifer 

0 Kudos
jimdempseyatthecove
Honored Contributor III
383 Views
0 Kudos
Rahul_K_2
Beginner
383 Views

Hi Jennifer,

EMMA is a toolkit for measuring and reporting Java code coverage.

I have done the code coverage of my Java Code in EMMA and want to do the coverage of my CPP in EMMA format. Since i have done the code coverage of my CPP using codecov so want to convert the report format from codecov format to EMMA format.

0 Kudos
SergeyKostrov
Valued Contributor II
383 Views
Hi Rahul, >>...I have done the code coverage of my Java Code in EMMA... Since you've done that and know internals of EMMA format you need to create a new converter implemented in Java, C/C++, C# or another high level language. Sorry for my generic response.
0 Kudos
Reply