apicovered

package
v0.0.0-...-83caa07 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2022 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Doc:        "Estimate usage of the go-gitlab package",
	Name:       "apicovered",
	ResultType: reflect.TypeOf((*Result)(nil)),
	Requires:   []*analysis.Analyzer{gogitlab.Analyzer, usage.Analyzer},
	Run:        run,
}
View Source
var Output io.Writer = io.Discard

Functions

This section is empty.

Types

type Fraction

type Fraction struct {
	Count int
	Total int
}

type Result

type Result struct {
	CoverageByFile map[string]Fraction
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL