coverage

package
v0.0.0-...-6061e1a Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loader

type Loader interface {
	Load(coverageFile string) (Report, error)
}

type Report

type Report interface {
	GetCoverageData(module string, sourceDir string, pkg string, fileName string, lineNumber int) (*domain.CoverageData, bool)
}

Directories

Path Synopsis
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).
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).
Package pythoncov reads coverage.py XML reports (the format produced by `coverage xml` and pytest-cov's --cov-report=xml).
Package pythoncov reads coverage.py XML reports (the format produced by `coverage xml` and pytest-cov's --cov-report=xml).

Jump to

Keyboard shortcuts

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