package
0.3.6
Repository: https://github.com/heynemann/go-cov-parser.git
Documentation: pkg.go.dev

# Functions

FileExcludeFilter excludes any coverage that has a filename matching the specified regex.
FilterCoverage using the specified filters.
GroupCoverage in the specified groups.
PackageExcludeFilter excludes any coverage that matches the packageName specified.
Parse a coverage result file contents from go tests.

# Variables

ErrInvalidCoverageData happens when the data passed to gocovparser is either blank or not a coverage.out file content.
FileParseGroup returns each line as it's own key.
PackageParseGroup parses the package from the coverage data and uses that as identifier.
TotalParseGroup uses 'total' as key to group all coverage data into a total.

# Structs

Coverage line in a coverage.out file.
ParseGroup to group coverage data by.

# Interfaces

Filter interface for filtering coverage by.

# Type aliases

ParseGroupResult represents results of a Group Coverage operation.