On 30.10.2012 01:39, John Schmitt wrote: > Is there a way to generate track the coverage of a project over time? If I'm > writing unit tests as my code base expands, can I see how my coverage of that > code base goes up or down over time as reported by lcov?
There is no integrated way to track coverage changes over time with lcov, although this may be a good idea for a future improvement. For now, you could manually extract the coverage results using the --summary or --list option of lcov and put that into a spreadsheet. Regards, Peter Oberparleiter -- Peter Oberparleiter Linux on System z Development - IBM Germany ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
