package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Apr 3, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package gocover parses Go coverage profiles produced by
go test -coverprofile=coverage.out (mode: set | count | atomic).
Parser handles Go coverage profiles.
Detect reports whether header looks like a Go coverage profile.
Extensions returns the file extensions this parser handles.
Name returns the parser identifier.
Parse reads a Go coverage profile from r and returns a CovReport.
A coverprofile line looks like:
github.com/example/pkg/file.go:10.15,12.3 2 1
^stmts ^count
Source Files
¶
Click to show internal directories.
Click to hide internal directories.