nDPI: exclude custom mutator code from coverage report (#12154)

See: #12143
This commit is contained in:
Ivan Nardi 2024-07-03 01:23:35 +02:00 committed by GitHub
parent 3d2e78429d
commit bf29598ac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ sanitizers:
- undefined
- memory
main_repo: 'https://github.com/ntop/nDPI.git'
#Coverage report doesn't analyze custom mutator code (see https://github.com/google/oss-fuzz/issues/12143)
# -> exclude it. Note that we keep including all the other third-parties code
coverage_extra_args: >
-ignore-filename-regex=src/lib/third_party/src/fuzz/.*