From ee2c2dea450e484a6245f78f0b56bd7f07083902 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 5 Oct 2010 18:39:03 +0100 Subject: Apply some fairly crude filtering to the lcov output again --- rules/lcov.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/lcov.mak b/rules/lcov.mak index 702a94e2..d3a93696 100644 --- a/rules/lcov.mak +++ b/rules/lcov.mak @@ -22,7 +22,8 @@ lcov-run: lcov-report: @mkdir -p $(COVERAGE_DIR) @lcov --quiet --compat-libtool --directory . --capture --output-file $(COVERAGE_DIR)/lcov.info + @lcov --output-file $(COVERAGE_DIR)/lcov.info.clean --remove $(COVERAGE_DIR)/lcov.info '*/_gen/*' '/usr/*' @echo ================================================= - @genhtml -t "$(PACKAGE_STRING)" -o $(COVERAGE_DIR) $(COVERAGE_DIR)/lcov.info + @genhtml -t "$(PACKAGE_STRING)" -o $(COVERAGE_DIR) $(COVERAGE_DIR)/lcov.info.clean @echo file://@abs_top_builddir@/$(COVERAGE_DIR)/index.html @echo ================================================= -- cgit v1.2.1