Add lcov --initial
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 11 Aug 2017 03:33:47 +0000 (23:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 29 Sep 2017 12:54:34 +0000 (08:54 -0400)
commit4bb5a2536bcff5dfef9242818979faaa0659b1af
tree1c33379661fb4d0daca5760850352e8a234d4fcc
parent22d9764646d03ac7d3419c4fd0effd256568c922
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>
.gitignore
src/Makefile.global.in