Merge "Add new options for defining paths to exclude in report gen" into main

This commit is contained in:
Cory Barker
2023-07-19 02:31:14 +00:00
committed by Gerrit Code Review

View File

@@ -371,6 +371,8 @@ type FuzzConfig struct {
// Specifies whether fuzz target should check presubmitted code changes for crashes.
// Defaults to false.
Use_for_presubmit *bool `json:"use_for_presubmit,omitempty"`
// Specify which paths to exclude from fuzzing coverage reports
Exclude_paths_from_reports []string `json:"exclude_paths_from_reports,omitempty"`
}
type FuzzFrameworks struct {