public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [htdocs] [COMMITTED] update-coverage.sh: Add debuginfod to lcov coverage.
@ 2019-11-26  8:04 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2019-11-26  8:04 UTC (permalink / raw)
  To: elfutils-devel; +Cc: Mark Wielaard

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 update-coverage.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/update-coverage.sh b/update-coverage.sh
index bff5461d..46f30ab2 100755
--- a/update-coverage.sh
+++ b/update-coverage.sh
@@ -30,7 +30,8 @@ ${tempdir}/elfutils/configure --enable-maintainer-mode --enable-gcov
 make -j$(nproc)
 make check
 lcov -c -d backends -d lib -d libasm -d libcpu -d libdw -d libdwelf \
-     -d libdwfl -d libebl -d libelf -d src --no-external > lcov.out
+     -d libdwfl -d libebl -d libelf -d src -d debuginfod \
+     --no-external > lcov.out
 genhtml -s --legend -t "elfutils-${version}" -o coverage lcov.out
 
 # Go back end get our new coverage data
-- 
2.20.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-26  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26  8:04 [htdocs] [COMMITTED] update-coverage.sh: Add debuginfod to lcov coverage Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).