git.postgresql.org Git - postgresql.git/commit
2017年8月11日 03:33:47 +0000 (23:33 -0400)
2017年9月29日 12:54:34 +0000 (08:54 -0400)
commit 4bb5a2536bcff5dfef9242818979faaa0659b1af
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>
This is the main PostgreSQL git repository.
RSS
Atom