diff --git a/json_to_md.py b/json_to_md.py index 963e009b..b2c09a3f 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -288,7 +288,7 @@ def check_collected_vs_executed_and_prepend_warning(json_path, log_path, md_path return banner = ( - "⚠️⚠️⚠️ **TESTS DID NOT COMPLETE FULLY** ⚠️⚠️⚠️\n\n" + "⚠️⚠️⚠️ **TESTS INTERRUPTED** ⚠️⚠️⚠️\n\n" f"> `collected={collected}`, but only `executed={total_executed}` tests ran to completion.\n\n" "
\n" "📋 Short test summary info\n\n"