Browse Source

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 10 years ago
parent
commit
54c36750fe
1 changed files with 1 additions and 1 deletions
  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 \