Re: [HACKERS] Generating code coverage reports

2008-07-10 Thread Michelle Caisse
It should be possible to make it work for a VPATH build with appropriate arguments to gcov and lcov, but currently it expects the object files and generated data files to be in the build directory. You need access to the build tree to generate coverage statistics and to generate the report wi

Re: [HACKERS] Generating code coverage reports

2008-07-10 Thread Tom Lane
Michelle Caisse <[EMAIL PROTECTED]> writes: > I have a patch that I will be submitting to add to the build system the > capability of reporting on test code coverage metrics for the test > suite. Cool. > To generate coverage statistics, you run configure with > --enable-coverage and after buil

[HACKERS] Generating code coverage reports

2008-07-10 Thread Michelle Caisse
I have a patch that I will be submitting to add to the build system the capability of reporting on test code coverage metrics for the test suite. Actually it can show coverage for any application run against PostgreSQL. Download Image:Coverage.tar.gz