coverage/

directory
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: MIT

Directories

Path Synopsis
Package model defines the format-agnostic coverage types that all coverage parsers produce and all coverage renderers consume.
Package model defines the format-agnostic coverage types that all coverage parsers produce and all coverage renderers consume.
Package parser defines the CovParser interface and global registry for coverage format auto-detection and dispatch.
Package parser defines the CovParser interface and global registry for coverage format auto-detection and dispatch.
clover
Package clover parses Clover XML coverage files.
Package clover parses Clover XML coverage files.
cobertura
Package cobertura parses Cobertura XML coverage files produced by JaCoCo, coverage.py (pytest-cov), .NET coverlet, and compatible tools.
Package cobertura parses Cobertura XML coverage files produced by JaCoCo, coverage.py (pytest-cov), .NET coverlet, and compatible tools.
gocover
Package gocover parses Go coverage profiles produced by go test -coverprofile=coverage.out (mode: set | count | atomic).
Package gocover parses Go coverage profiles produced by go test -coverprofile=coverage.out (mode: set | count | atomic).
lcov
Package lcov parses LCOV .info coverage files produced by gcov, Istanbul/nyc, Rust tarpaulin, and any other tool emitting the LCOV format.
Package lcov parses LCOV .info coverage files produced by gcov, Istanbul/nyc, Rust tarpaulin, and any other tool emitting the LCOV format.
render
html
Package html renders a coverage report into a self-contained HTML page.
Package html renders a coverage report into a self-contained HTML page.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL