MCPcopy
hub / github.com/keploy/keploy / TestReport

Struct TestReport

pkg/platform/yaml/reportdb/db.go:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type TestReport struct {
23 tests map[string]map[string][]models.TestResult
24 m sync.Mutex
25 Logger *zap.Logger
26 Path string
27 Name string
28 Format yaml.Format
29}
30
31func New(logger *zap.Logger, reportPath string) *TestReport {
32 return NewWithFormat(logger, reportPath, yaml.FormatYAML)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected