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/
Hi,
On Mon, May 06, 2024 at 04:45:27PM -0400, Aaron Merey 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 ex