Documentation
¶
Overview ¶
Package lcov reads LCOV coverage reports (the lcov.info format produced by JavaScript/TypeScript tooling such as Jest, nyc, Vitest and c8, all of which build on Istanbul). It matches files by their repo-relative path and tolerates the absolute SF: paths Istanbul commonly emits by also suffix-matching.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultLoader ¶
type DefaultLoader struct{}
func NewReportLoader ¶
func NewReportLoader() *DefaultLoader
Click to show internal directories.
Click to hide internal directories.