Documentation ¶
Overview ¶
Package python implements the methods for python coverage services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Python ¶
type Python struct {
// contains filtered or unexported fields
}
func (*Python) AppendCoverage ¶
func (p *Python) AppendCoverage(coverage *models.TestCoverage, testRunID string) error
func (*Python) GetCoverage ¶
func (p *Python) GetCoverage() (models.TestCoverage, error)
Click to show internal directories.
Click to hide internal directories.