trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Allow generate emma unmerged reports #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

Can you add a switch to generate unmerged emma meta data (.em) and coverage 
data (.ec) files? It's necessary to have report in seperate files if want to 
use Emma plugin to Sonar:
http://docs.codehaus.org/display/SONAR/Sonar+Emma+Plugin
session data (.es) files are not supported

I couldn't find feature allowing for unmerge .es to .ec and .em in Emma.
I'm not sure, but I think, that all you need to do is change several lines in 
EmmaCoverageFileUnit.pas, where emma file is created.
I tried to do it this way and I think it works well. But i will be glad if i 
will be able to use newer versions of Delphi Code Coverage without modification 
every time.

I'm impressed with your work. I think if it will be possible to generate 
Sonar-compatible reports, it will bring you many new users.
Bartholomew

Original issue reported on code.google.com by bial...@gmail.com on 8 Aug 2012 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by e.kotlya...@gmail.com on 16 Oct 2012 at 4:13

GoogleCodeExporter commented 9 years ago
Isn't this feature included in RC8 ?

Original comment by linards....@gmail.com on 6 Dec 2012 at 12:58