diff --git a/projects/ndpi/project.yaml b/projects/ndpi/project.yaml index ce7c22d36..3f6335a37 100644 --- a/projects/ndpi/project.yaml +++ b/projects/ndpi/project.yaml @@ -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/.*