From 16c4ff84f9bd931e7d83a88e7ddf3c06619a0917 Mon Sep 17 00:00:00 2001 From: Alex Chernyakhovsky Date: Sun, 6 Feb 2022 20:08:42 -0500 Subject: [PATCH] Ignore generated protobufs for coverage --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5ddbab7..fcd08da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS += --enable-compile-warnings=distcheck --enable-exa # AX_CODE_COVERAGE configuration # Remove everything outside of this repository -CODE_COVERAGE_IGNORE_PATTERN = "/usr/include/*" "/usr/lib/*" "*/src/tests/*" +CODE_COVERAGE_IGNORE_PATTERN = "/usr/include/*" "/usr/lib/*" "*/src/tests/*" "*/src/protobufs/*" # Ensure coverage is relative to the top of the repository CODE_COVERAGE_DIRECTORY = $(abs_top_builddir)