[osquery] Ignore coverage for third party libraries (#7065)

This commit is contained in:
Stefano Bonicatti 2022-01-02 02:12:15 +01:00 committed by GitHub
parent 29b113690e
commit 2fe2f5f4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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