From bde4f641feff4cabff716064342ce600d762ce4d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 30 Nov 2018 15:06:57 +0100 Subject: [PATCH] [make] show tests/ in coverage reports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c23d57e6..0f81a416 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ coverage: force_uninstall_python deps_python \ lcov $(LCOVOPTS) -a build/coverage_python.info -a build/coverage_lib.info \ --output-file build/coverage.info # remove tests - lcov $(LCOVOPTS) --remove build/coverage.info '*/tests/*' '*/ooura_fft8g*' \ + lcov $(LCOVOPTS) --remove build/coverage.info '*/ooura_fft8g*' \ --output-file build/coverage_lib.info # make sure we don't build the doc, which builds a temporary python module -- 2.11.0