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 1d4d5d5 commit 93df3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/jenkins/test-flake-chart/report_flakes/report_flake.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ func generateCommentMessage(summaries map[string]*shortSummary, flakeRates map[s
})
envFailedTestList[env] = failedTestList
}
// we convert the result into a 2d string slice representing a markdown table,
// whose each line represents a line of the table
// we convert the result into a 2d string slice representing a markdown
// table, whose each line represents a line of the table
table := [][]string{
// title of the table
{"Environment", "Test Name", "Flake Rate"},
Expand Down

0 comments on commit 93df3b7

Please sign in to comment.