| 32 | ) |
| 33 | |
| 34 | type TestRunner interface { |
| 35 | Initialize(context.Context) error |
| 36 | RunTest(context.Context, v1alpha3.TestConfiguration, bool) (*v1alpha3.TestStatus, error) |
| 37 | Cleanup(context.Context) error |
| 38 | } |
| 39 | |
| 40 | type Scorecard struct { |
| 41 | Config v1alpha3.Configuration |
no outgoing calls
no test coverage detected