]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Makefile.am: Add errors to lcov ignore list
authorAaron Merey <amerey@redhat.com>
Tue, 12 Aug 2025 14:39:58 +0000 (10:39 -0400)
committerAaron Merey <amerey@redhat.com>
Tue, 12 Aug 2025 14:39:58 +0000 (10:39 -0400)
commitc657300fc81241aac9a2859c2f538bec3a5bf89d
tree751bd69e177fc2f8a7f1797223d4423b2babf1d0
parent78b944f482395d10d8e62ee8ed468e5fdf23efdf
Makefile.am: Add errors to lcov ignore list

Recent versions of lcov may raise the following errors during
make coverage:

    genhtml: ERROR: (corrupt) unable to read trace file 'elfutils.lcov':
    genhtml: ERROR: (inconsistent) [...] line is hit but no branches on line have been evaluated.

Add "inconsistent,corrupt" to the --ignore-errors list so that
make coverage exits without error.

Signed-off-by: Aaron Merey <amerey@redhat.com>
Makefile.am