mirror of https://github.com/google/oss-fuzz.git
nDPI: exclude custom mutator code from coverage report (#12154)
See: #12143
This commit is contained in:
parent
3d2e78429d
commit
bf29598ac9
|
@ -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/.*
|
||||
|
|
Loading…
Reference in New Issue