aboutsummaryrefslogtreecommitdiffstats
path: root/config/ax_code_coverage.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/ax_code_coverage.m4')
-rw-r--r--config/ax_code_coverage.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/config/ax_code_coverage.m4 b/config/ax_code_coverage.m4
index 0d89974d9..3e3c666f3 100644
--- a/config/ax_code_coverage.m4
+++ b/config/ax_code_coverage.m4
@@ -222,7 +222,8 @@ CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
# Add any folders you want to ignore here
# Ignore tmp and tests themselves
-CODE_COVERAGE_IGNORE_PATTERN ?= "/tmp/*" "*/tests/*"
+CODE_COVERAGE_IGNORE_PATTERN ?= "/tmp/*" "*/tests/*"
+CODE_COVERAGE_IGNORE_PATTERN += "*/module/zstd/lib/*"
GITIGNOREFILES ?=
GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)