Documentation
¶
Overview ¶
Package pythoncov reads coverage.py XML reports (the format produced by `coverage xml` and pytest-cov's --cov-report=xml). That XML follows the Cobertura schema, but unlike the cobertura loader this one matches purely on the repo-relative file path and ignores the absolute <source> root, so a typical pytest project run from the repo root works without pointing PARAMETER_SOURCE_DIRS at an absolute build path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultLoader ¶
type DefaultLoader struct {
// contains filtered or unexported fields
}
func NewReportLoader ¶
func NewReportLoader() *DefaultLoader
Click to show internal directories.
Click to hide internal directories.