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. |
Click to show internal directories.
Click to hide internal directories.