GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction)
(workflowData *WorkflowData)
| 193 | |
| 194 | // GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction) |
| 195 | func (e *CopilotEngine) GetSquidLogsSteps(workflowData *WorkflowData) []GitHubActionStep { |
| 196 | return defaultGetSquidLogsSteps(workflowData, copilotLog) |
| 197 | } |
| 198 | |
| 199 | // GetCleanupStep returns the post-execution cleanup step (currently empty) |
| 200 | func (e *CopilotEngine) GetCleanupStep(workflowData *WorkflowData) GitHubActionStep { |
nothing calls this directly
no test coverage detected