hudson metric for lcov coverage results?

3 messages Options
Embed this post
Permalink
Ákos Maróy-3

hudson metric for lcov coverage results?

Reply Threaded More More options
Print post
Permalink
Hi,

I wonder what would it take to have hudson generate charts for lcov
coverage results, similar to code coverage charts created using other
languages / frameworks, like emma for Java?


Akos

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Benjamin Shine-2

Re: hudson metric for lcov coverage results?

Reply Threaded More More options
Print post
Permalink

I've implemented this, here at Yahoo, and my intention is to release  
the plugin, but that code is currently awaiting review from our legal  
team. I'm not sure when that review will be complete. On the other  
hand, in the space of all possible plugins, lcov was a pretty easy one  
to write.

The cvs source tree for the lcov project contains very useful example  
files; I ended up using them to figure out how to read lcov files:
http://ltp.sourceforge.net/coverage/lcov/readme.php


-ben


On Nov 8, 2009, at 6:52 AM, Maróy Ákos wrote:

> Hi,
>
> I wonder what would it take to have hudson generate charts for lcov
> coverage results, similar to code coverage charts created using other
> languages / frameworks, like emma for Java?
>
>
> Akos
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Ákos Maróy-3

Re: hudson metric for lcov coverage results?

Reply Threaded More More options
Print post
Permalink
Ben,

> I've implemented this, here at Yahoo, and my intention is to release the
> plugin, but that code is currently awaiting review from our legal team.
> I'm not sure when that review will be complete. On the other hand, in

oh, sounds excellent!

on the notion of the legal review timeframe: is this pending for a long
time now? :) or this might only be a matter of weeks / 1-2 months?

> the space of all possible plugins, lcov was a pretty easy one to write.
>
> The cvs source tree for the lcov project contains very useful example
> files; I ended up using them to figure out how to read lcov files:
> http://ltp.sourceforge.net/coverage/lcov/readme.php

good to know..


Akos


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]