git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 7769fc0) | patch
Run only top-level recursive lcov
2017年8月11日 03:33:47 +0000 (23:33 -0400)
2017年9月28日 12:50:02 +0000 (08:50 -0400)
commit 504923a0ed5c75775196c8ed0cd59b15d55cd39b
Run only top-level recursive lcov

This is the way lcov was intended to be used. It is much faster and
more robust and makes the makefiles simpler than running it in each
subdirectory.

The previous coding ran gcov before lcov, but that is useless because
lcov/geninfo call gcov internally and use that information. Moreover,
this led to complications and failures during parallel make. This
separates the two targets: You either use "make coverage" to get
textual output from gcov or "make coverage-html" to get an HTML report
via lcov. (Using both is still problematic because they write the same
output files.)

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
.gitignore diff | blob | blame | history
doc/src/sgml/regress.sgml diff | blob | blame | history
src/Makefile.global.in diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /