Add lcov --initial

Peter Eisentraut <peter_e@gmx.net>

Commit: 4bb5a2536bcff5dfef9242818979faaa0659b1af
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-09-29T12:54:34Z
Releases: 11.0
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>

Files

PathChange+/−
.gitignore modified +1 −1
src/Makefile.global.in modified +19 −6