Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to run code coverage across multiple project in Emma?

I am using Emma Eclipse plugin to generate junit code coverage across multiple projects. Is there any way to generate reports for all the projects in a single go?

like image 878
Satish Madiwal Avatar asked Nov 01 '25 14:11

Satish Madiwal


1 Answers

I found no way of running code coverage on all projects at a single go. But found a way to merge all the sessions in single and export the code coverage report. To merge the code coverage report you just need to go to 'Merge Sessions' from 'Code Violations' view in Eclipse.

like image 89
Satish Madiwal Avatar answered Nov 03 '25 21:11

Satish Madiwal