Skip to content

Commit

Permalink
zeek: Ignore some paths in the coverage output (google#9669)
Browse files Browse the repository at this point in the history
I was only able to test these paths by passing them as arguments to
`infra/helper.py` but not built-in to the image itself locally. I'm not
sure if that's intentional, but passing them as arguments did what I
wanted it to do.
  • Loading branch information
timwoj authored Feb 9, 2023
1 parent a53aab3 commit 7a0727c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/zeek/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ fuzzing_engines:
sanitizers:
- address
main_repo: 'https://github.com/zeek/zeek'
coverage_extra_args: >
-ignore-filename-regex=src/3rdparty/.*
-ignore-filename-regex=build/zeek/3rdparty/.*
-ignore-filename-regex=auxil/.*

0 comments on commit 7a0727c

Please sign in to comment.