On 02/12/2012 09:01 PM, Greg Moncreaff wrote:
Any examples? Klocwork. To. Findbugs. Gcov. To. Cobertura.
I use gcovr to convert from gcov output to cobertura, works great for me.
https://software.sandia.gov/trac/fast/wiki/gcovr
I have a job that runs gcov output and writes the output as HTML (with the lcov
program). That allows the Jenkins job to use the HTML Publisher plugin or the
Sidebar link plugin to publish a link to the generated HTML in the Jenkins
workspace. That saved the conversion challenge from gcov's fo