Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ea1bc3b authored by David Fu's avatar David Fu Committed by Gerrit Code Review
Browse files

Merge "Added assignee field to FuzzConfig."

parents 04af019e af4e33bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -338,6 +338,8 @@ type FuzzConfig struct {
	IsJni *bool `json:"is_jni,omitempty"`
	// List of modules for monitoring coverage drops in directories (e.g. "libicu")
	Target_modules []string `json:"target_modules,omitempty"`
	// Specifies a bug assignee to replace default ISE assignment
	Assignee string `json:"assignee,omitempty"`
}

type FuzzFrameworks struct {