Ver código fonte

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 anos atrás
pai
commit
54c36750fe
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -93,7 +93,7 @@ doc-clean:
 .PHONY: coverage coverage-clean
 .PHONY: coverage coverage-clean
 
 
 if COVERAGE_ENABLED
 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 \
 LCOV_CAPTURE_OPTS = $(LCOV_OPTS) --no-recursion \
 	-d $(top_builddir)/lib/dpkg \
 	-d $(top_builddir)/lib/dpkg \
 	-d $(top_builddir)/src \
 	-d $(top_builddir)/src \