Re: C++ code coverage tool with Google test framework in windows

2012-05-25 Thread Bruno P. Kinoshita
. Kinoshita http://kinoshita.eti.br http://tupilabs.com > > From: Jon Schewe >To: jenkinsci-users@googlegroups.com >Sent: Friday, 25 May 2012 9:56 PM >Subject: Re: C++ code coverage tool with Google test framework in windows > > >Try lcov.

Re: C++ code coverage tool with Google test framework in windows

2012-05-25 Thread Jon Schewe
Try lcov. There's a script that I use at https://github.com/jpschewe/lcov-to-cobertura-xml On Fri, May 25, 2012 at 5:31 AM, Pank wrote: > Hi All, > > We have test cases(for C++ code) generated from the Google test > framework for which we need to do code coverage.we are looking for an > open sou

C++ code coverage tool with Google test framework in windows

2012-05-25 Thread Pank
Hi All, We have test cases(for C++ code) generated from the Google test framework for which we need to do code coverage.we are looking for an open source code coverage tool supported in Jenkins and Google test framework in windows platform. Any suggestion would be sincerely appreciated. Thanks i