mirror of https://github.com/google/oss-fuzz.git
Ignore the files generated from the protos in the coverage data. (#7076)
The testing isn't calling all the generated apis, it is focused on ensuring all the parsing/serialization code paths are covered; so don't count these files in the stats.
This commit is contained in:
parent
122dd0dd56
commit
af6e9f6e39
|
@ -10,4 +10,5 @@ fuzzing_engines:
|
|||
sanitizers:
|
||||
- address
|
||||
- thread
|
||||
coverage_extra_args: -ignore-filename-regex=*.pb.swift
|
||||
main_repo: 'https://github.com/apple/swift-protobuf.git'
|
||||
|
|
Loading…
Reference in New Issue