(stage string, duration time.Duration)
| 243 | } |
| 244 | |
| 245 | func (s *stageWriter) Complete(stage string, duration time.Duration) { |
| 246 | s.end(stage, duration, true) |
| 247 | } |
| 248 | |
| 249 | func (s *stageWriter) Fail(stage string, duration time.Duration) { |
| 250 | s.flushLogs() |
no test coverage detected