# 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.
# Interfaces
Filter interface for filtering coverage by.
# Type aliases
ParseGroupResult represents results of a Group Coverage operation.