//
pkg.gl
Category
github.com/raykov/go-cover-report-parser
module
package
0.8.0
Repository:
https://github.com/raykov/go-cover-report-parser.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
227 SLOC
#
Packages
cmd
No description provided by the author
#
Functions
Check
Check checks report and creates a result.
Parse
Parse parses provided reader and returns a coverage report.
#
Interfaces
File
File is an interface represents a covered file.
Line
Line is an interface represents a covered or not line.
Report
Report is an interface represents a coverage report.
Result
Result is an interface represents a result of coverage check.