lcov: Fix use of deprecated lcov_branch_coverage option

This option was renamed to `branch_coverage` in more recent versions of
lcov. This might explain why branch coverage is not being collected by
CI at the moment.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-09-28 22:31:23 +01:00
parent 4136db0a8c
commit e115eafb8a
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -2,7 +2,7 @@
# See lcovrc(5) # See lcovrc(5)
# Always enable branch coverage # Always enable branch coverage
lcov_branch_coverage = 1 branch_coverage = 1
# Disable exception branch for C++: # Disable exception branch for C++:
# https://github.com/linux-test-project/lcov/issues/209 # https://github.com/linux-test-project/lcov/issues/209