coverage

package
v2.3.0-beta35 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package coverage defines the interface for coverage services.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReportDB

type ReportDB interface {
	UpdateReport(ctx context.Context, testRunID string, coverageReport any) error
}

type Service

type Service interface {
	PreProcess(disableLineCoverage bool) (string, error)
	GetCoverage() (models.TestCoverage, error)
	AppendCoverage(coverage *models.TestCoverage, testRunID string) error
}

Directories

Path Synopsis
Package golang implements the methods for golang coverage services.
Package golang implements the methods for golang coverage services.
Package java implements the methods for java coverage services.
Package java implements the methods for java coverage services.
Package javascript implements the methods for javascript coverage services.
Package javascript implements the methods for javascript coverage services.
Package python implements the methods for python coverage services.
Package python implements the methods for python coverage services.

Jump to

Keyboard shortcuts

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