aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alex Chernyakhovsky <achernya@google.com>2022-02-06 20:08:42 -0500
committerGravatar Alex Chernyakhovsky <achernya@mit.edu>2022-05-30 19:38:10 -0400
commit16c4ff84f9bd931e7d83a88e7ddf3c06619a0917 (patch)
tree43bf7c5e0853f3f035dd5036bc8ac8d108f54489 /Makefile.am
parent70a02d1e8384050770bd028a28fd48a4b1770ad0 (diff)
Ignore generated protobufs for coverage
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)