Categorygithub.com/raykov/go-cover-report-parser
modulepackage
0.8.0
Repository: https://github.com/raykov/go-cover-report-parser.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Check checks report and creates a result.
Parse parses provided reader and returns a coverage report.

# Interfaces

File is an interface represents a covered file.
Line is an interface represents a covered or not line.
Report is an interface represents a coverage report.
Result is an interface represents a result of coverage check.