Преглед на файлове

build: Enable back lcov branch coverage

This got disabled by default starting with lcov 1.10, enable it back
to get the full coverage report.
Guillem Jover преди 12 години
родител
ревизия
54c36750fe
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -93,7 +93,7 @@ doc-clean:
 .PHONY: coverage coverage-clean
 
 if COVERAGE_ENABLED
-LCOV_OPTS = -q --rc geninfo_checksum=1
+LCOV_OPTS = -q --rc geninfo_checksum=1 --rc lcov_branch_coverage=1
 LCOV_CAPTURE_OPTS = $(LCOV_OPTS) --no-recursion \
 	-d $(top_builddir)/lib/dpkg \
 	-d $(top_builddir)/src \