(text string)
| 472 | } |
| 473 | featureURL := fmt.Sprintf("%s/features/%s", b.frontendBaseURL, h.FeatureID) |
| 474 | txt := fmt.Sprintf( |
| 475 | "*Split* \n<%s|%s> split into: \n%s", |
| 476 | featureURL, |
| 477 | h.FeatureName, |
| 478 | strings.Join(items, "\n"), |
| 479 | ) |
| 480 | blocks = append(blocks, sectionBlock(txt)) |
| 481 | } |
| 482 | } |
no outgoing calls
no test coverage detected