| 38 | } |
| 39 | |
| 40 | type ReportDB interface { |
| 41 | GetAllTestRunIDs(ctx context.Context) ([]string, error) |
| 42 | GetReport(ctx context.Context, testRunID string, testSetID string) (*models.TestReport, error) |
| 43 | } |
nothing calls this directly
no outgoing calls
no test coverage detected