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:
Thomas Van Lenten 2021-12-28 15:16:19 -05:00 committed by GitHub
parent 122dd0dd56
commit af6e9f6e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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'