From 2fe2f5f4ee90a1a361f4602e9c71fe27c4a1904a Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Sun, 2 Jan 2022 02:12:15 +0100 Subject: [PATCH] [osquery] Ignore coverage for third party libraries (#7065) --- projects/osquery/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/osquery/project.yaml b/projects/osquery/project.yaml index d0944c1f8..29f77c56f 100644 --- a/projects/osquery/project.yaml +++ b/projects/osquery/project.yaml @@ -17,3 +17,4 @@ fuzzing_engines: - libfuzzer - afl main_repo: 'https://github.com/osquery/osquery' +coverage_extra_args: -ignore-filename-regex=.*/libraries/.* -ignore-filename-regex=.*/build/libs/.* -ignore-filename-regex=.*/build/openssl/.* -ignore-filename-regex=.*/build/installed_formulas/.*