Skip to content

Commit

Permalink
Update hack/jenkins/test-flake-chart/report_flakes/report_flake.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <[email protected]>
  • Loading branch information
medyagh and spowelljr committed Jul 9, 2024
1 parent e9b31cd commit 0a13b76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/jenkins/test-flake-chart/report_flakes/report_flake.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ func gopoghMDLink(pr, rootJob, env, testName string) string {
return fmt.Sprintf("[(gopogh)](https://storage.googleapis.com/minikube-builds/logs/%s/%s/%s.html#%s)", pr, rootJob, env, testName)
}

// generateMarkdownTable convert 2d string slice into markdown table. The first string slice is the header of the table
// generateMarkdownTable convert 2d string slice into markdown table. The first
// string slice is the header of the table
func generateMarkdownTable(table [][]string) string {
builder := strings.Builder{}
for i, group := range table {
Expand Down

0 comments on commit 0a13b76

Please sign in to comment.