Various plugins  are available  which currently implement code 
coverage (jacoco,EclEmma,clover plugin, cobertura plugin, clover php 
plugin, etc), Instead of having one plugin for each code coverage result it 
would be best if we could merge them all into one plugin which will handle 
code coverage.
my approach

   1. develope intermediate converters for each code coverage reporting 
   tool which will convert its result into one format
   2. develope a jenkins plugin which is collection of this converters as 
   well as it has functionality of showing combined result
   
   In Past week i was able to convert jacoco results into cobertura result,
   and converted jacoco files are recognized by cobertura plugin of jenkins 
   so i was able to see combined result of previous cobertura result in 
   addition to this converted result

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/cdf3a75a-3a0a-44b1-aa37-b24c64161350%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to