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/.*