We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2533eb6 commit b5716cfCopy full SHA for b5716cf
tools/flakeguard/cmd/run.go
@@ -253,7 +253,7 @@ var RunTestsCmd = &cobra.Command{
253
Str("stability threshold", fmt.Sprintf("%.0f%%", passRatioThreshold*100)).
254
Msg("Found flaky tests")
255
256
- fmt.Fprint(&summaryBuffer, "\nFlakeguard Summary:\n")
+ fmt.Fprint(&summaryBuffer, "\nFlakeguard Summary\n")
257
reports.RenderTestReport(&summaryBuffer, mainReport, false, false)
258
flushSummaryAndExit(FlakyTestsExitCode)
259
} else {
0 commit comments