Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoverageConfig ¶
type CoverageConfig struct {
CoverageThreshold `json:"coverageThreshold"`
Excludes []string `json:"excludes"`
}
func FromJSONString ¶
func FromJSONString(r io.Reader) (CoverageConfig, error)
type CoverageThreshold ¶
Click to show internal directories.
Click to hide internal directories.