Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) FindGoModules ¶
func (*Manager) GenerateCoverProfile ¶
func (*Manager) GenerateCoverages ¶
type ManagerInterface ¶
type ManagerInterface interface { FindGoModules() ([]module, error) GenerateCoverages(modules []module) error GenerateCoverProfile() error }
func NewManager ¶
func NewManager( executor utils.CommandExecutor, pwd string, mergedCoverageDir string, coverageProfile string) ManagerInterface
Click to show internal directories.
Click to hide internal directories.