[Buildbot-devel] Now with coverage results!

Dustin J. Mitchell dustin at zmanda.com
Tue Aug 24 01:46:10 UTC 2010


On Mon, Aug 23, 2010 at 6:45 PM, Andy Howell <AndyHowell at austin.rr.com> wrote:
> Thats slick. Is the coverage reporting a generic facility? I'd be interested in adding c++
> and java coverage reporting to my buildbot.

No, it's using Python's 'coverage' module.

The configuration isn't particularly natural to Buildbot - if you look
at the steps (or the config itself[1]), you'll see that it's basically
a big shell script.

I'm sure C++ and Java coverage could be done similarly, using
language-specific tools.  I think the GCC suite has a "gcov" utility
that is even cross-language.

Dustin

[1] http://github.com/buildbot/metabbotcfg

-- 
Open Source Storage Engineer
http://www.zmanda.com




More information about the devel mailing list