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:
parent
a4755647b0
commit
2490757043
1 changed files with 2 additions and 0 deletions
|
@ -371,6 +371,8 @@ type FuzzConfig struct {
|
||||||
// Specifies whether fuzz target should check presubmitted code changes for crashes.
|
// Specifies whether fuzz target should check presubmitted code changes for crashes.
|
||||||
// Defaults to false.
|
// Defaults to false.
|
||||||
Use_for_presubmit *bool `json:"use_for_presubmit,omitempty"`
|
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 {
|
type FuzzFrameworks struct {
|
||||||
|
|
Loading…
Reference in a new issue