We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed84d8 commit a99ef8fCopy full SHA for a99ef8f
1 file changed
.github/scripts/flaky-test-remediation/3-open-pr.py
@@ -42,10 +42,8 @@ def render(selected):
42
f"Automated attempt at fixing flakiness in `{fq}`.",
43
"",
44
f"- Source: [`{source_file}`]({source_file})",
45
- f"- Flaky executions in last {window_days}d (this test): "
46
- f"**{selected['flaky_count']}**",
47
- f"- Flaky executions in last {window_days}d (test container): "
48
- f"**{selected['container_flaky_count']}**",
+ f"- Exact test invocation: **{selected['flaky_count']}** "
+ f"flaky executions in last {window_days}d",
49
]
50
if sample_url:
51
lines.append(f"- Primary failed scan: {sample_url}")
0 commit comments