Ignore generated protobufs for coverage

This commit is contained in:
Alex Chernyakhovsky
2022-02-06 20:08:42 -05:00
committed by Alex Chernyakhovsky
parent 70a02d1e83
commit 16c4ff84f9
+1 -1
View File
@@ -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)