• Peter Eisentraut's avatar
    Add lcov --initial · 4bb5a253
    Peter Eisentraut authored
    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: default avatarMichael Paquier <michael.paquier@gmail.com>
    4bb5a253
Makefile.global.in 27.5 KB