test

package
v1.6.190 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2022 License: BSD-3-Clause Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CounterXML added in v1.6.163

type CounterXML struct {
	XMLName xml.Name `xml:"counter"`
	Type    string   `xml:"type,attr"`
	Missed  int      `xml:"missed,attr"`
	Covered int      `xml:"covered,attr"`
}

type CoverageReport added in v1.6.163

type CoverageReport struct {
	gorm.Model
	Meta
	// coverage percentage in the range [0.0, 100.0]
	CoveragePercent float64
	CoverageFile    []byte
}

type CoverageReportXML added in v1.6.163

type CoverageReportXML struct {
	XMLName xml.Name     `xml:"report"`
	Counter []CounterXML `xml:"counter"`
}

type CoverageUpload added in v1.6.163

type CoverageUpload struct{}

func (CoverageUpload) Run added in v1.6.163

func (p CoverageUpload) Run(data manifest.Manifest) error

type ExecutionUpload added in v1.6.173

type ExecutionUpload struct{}

func (ExecutionUpload) Run added in v1.6.173

func (p ExecutionUpload) Run(data manifest.Manifest) error

type Meta added in v1.6.163

type Meta struct {
	Repo     string `json:"repo"   gorm:"index"`
	Branch   string `json:"branch" gorm:"index"`
	Ref      string `json:"ref"`
	Version  string `json:"version"`
	TestType string `json:"test_type"`
}

type ShTest added in v1.6.171

type ShTest struct{}

func (ShTest) Run added in v1.6.171

func (p ShTest) Run(data manifest.Manifest) error

type TestAutotest

type TestAutotest struct{}

func (TestAutotest) Run

func (p TestAutotest) Run(data manifest.Manifest) error

type TestComponent added in v1.6.40

type TestComponent struct{}

func (TestComponent) Run added in v1.6.40

func (p TestComponent) Run(data manifest.Manifest) error

type TestIntegration

type TestIntegration struct{}

func (TestIntegration) Run

func (p TestIntegration) Run(data manifest.Manifest) error

Jump to

Keyboard shortcuts

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