mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
4136db0a8c
commit
e115eafb8a
2
.lcovrc
2
.lcovrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user