Documentation
¶
Overview ¶
Package analysis contains methods for building coverage statistics.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API contains methods gathering coverage statistics.
func (*API) GetCoverageStatistics ¶
func (a *API) GetCoverageStatistics(packages []string) (result analysistypes.GetCoverageStatisticsOutput, err error)
GetCoverageStatistics gathers and returns coverage statistics for the specified packages.
Source Files
¶
- api.go
Directories
¶
Path | Synopsis |
---|---|
Package analysistypes contains types used by the analysis package.
|
Package analysistypes contains types used by the analysis package. |
Package raw exposes lower level methods that interact with the 'go' CLI.
|
Package raw exposes lower level methods that interact with the 'go' CLI. |
Click to show internal directories.
Click to hide internal directories.