Add new options for defining paths to exclude in report gen

Test: built locally and verified results

Bug: 290337392
Change-Id: I382fe922e74d74b26ebbb2b477877b2a61015b87
This commit is contained in:
Cory Barker 2023-07-18 21:19:53 +00:00
parent a4755647b0
commit 2490757043

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 {