Hi there,

we are authors of a source code analysis suite that also shows code coverage. 

Users who trace code coverage with JaCoCo are currently required to first 
convert their .exec files to .xml reports using, e.g., the corresponding ant 
task. Then they upload the .xml coverage report to our tool.

We would like to make things easier for them by allowing them to upload the 
.exec files directly. But this means that we need to interpret these files 
ourselves.

Question: Is there any JaCoCo library or API that allows us to interpret these 
files in such a way that we can read out the coverage information directly? We 
have access to the source code of the covered application.


Thanks in advance,
Dennis

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/021051af-c84c-4c6b-bab2-f03a8bc74681%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to