On Mon, May 6, 2024 at 4:45 PM Aaron Merey <ame...@redhat.com> wrote: > > Starting with version 2.0, various lcov warnings now trigger an error > exit. This results in 'make coverage' terminating before completion. > > Fix this by invoking lcov and genhtml with --ignore-errors to prevent > the error exit when version 2.0+ is in use. > > Manually tested by running elfutils-htdocs/update-coverage.sh with > lcov 1.14 and 2.0. > > Signed-off-by: Aaron Merey <ame...@redhat.com> > --- > Makefile.am | 30 +++++++++++++++++++++++++++++- > configure.ac | 4 ++++ > 2 files changed, 33 insertions(+), 1 deletion(-)
Pushed as commit ca8ad4648197 Aaron