Which C++ code coverage tool would you guys recommend to get a good
understanding of how much code is being covered by a Boost-based test of
unit tests and which works well with Jenkins?
Commercial tools are fine, provided they're good enough to justify their
cost :-)
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
well, it depends on your compiler, but you might want to check out gcov,
with the gcovr script and the Cobertura plugin. see for example here:
http://www.semipol.de/archives/320
We use GCC.
> but you might want to check out gcov,
> with the gcovr script and the Cobertura plugin. see for example here:
>
> http://www.semipol.de/archives/320
Cool, looks interesting, what others do people recommend?
From: Chris Withers <ch...@simplistix.co.uk>
To: jenkins...@googlegroups.com
Sent: Tuesday, March 27, 2012 2:40 AM
Subject: Can you recommend a jenkins-friendly C++ code coverage tool?
Interesting, what stopped you getting it to work with the Cobertura plugin?
Also, has anyone had any success intergrating purecov with Jenkins?
Maybe I can also present this solution if you use CMake:
http://www.semipol.de/archives/320
Cheers,
Johannes