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" )
Click to show internal directories.
Click to hide internal directories.