evaluation

package
v0.0.0-...-6727336 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2022 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CoverageError

type CoverageError struct {
	Type         CoverageErrorType
	AffectedFile string

	ExpectedThreshold float64
	ActualCovered     float64
}

type CoverageErrorType

type CoverageErrorType string
const (
	CoverageErrorStmt     CoverageErrorType = "statements"
	CoverageErrorLines    CoverageErrorType = "lines"
	CoverageErrorBranches CoverageErrorType = "branches"
	CoverageErrorFunc     CoverageErrorType = "functions"
)

Jump to

Keyboard shortcuts

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