[COMMITTERS] pgsql: Add lcov --initial - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Add lcov --initial
Date
Msg-id E1dxurv-0000Tz-SL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add lcov --initial

By just running lcov on the produced .gcda data files, we don't account
for source files that are not touched by tests at all.  To fix that, run
lcov --initial to create a base line info file with all zero counters,
and merge that with the actual counters when creating the final report.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4bb5a2536bcff5dfef9242818979faaa0659b1af

Modified Files
--------------
.gitignore             |  2 +-
src/Makefile.global.in | 25 +++++++++++++++++++------
2 files changed, 20 insertions(+), 7 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Remove SGML marked sections
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Remove replacement selection sort.