Remove verbose scope text from ATVM coverage

This commit is contained in:
2026-03-27 17:40:32 -04:00
parent 5432240525
commit 708eddd7fa
4 changed files with 2 additions and 3 deletions

View File

@@ -804,7 +804,6 @@ def build_status_markdown(
f"- migration style: {metadata['migration_style']}",
f"- integration/plugin path: `{metadata['integration_plugin']}`",
f"- run options: {', '.join(f'`{value}`' for value in metadata.get('extra_options', [])) or 'none'}",
f"- scope of this run: {metadata['scope_description']}",
"",
"**TEST FLOW:**",
*test_flow_lines,