From 24c28095e4daa9e68f25ca479f7dd77c58f65b03 Mon Sep 17 00:00:00 2001 From: Jaime Silvela Date: Thu, 30 May 2024 17:44:39 +0200 Subject: [PATCH] chore: cleanup Signed-off-by: Jaime Silvela --- summarize_test_results.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/summarize_test_results.py b/summarize_test_results.py index d98554c..4146fea 100644 --- a/summarize_test_results.py +++ b/summarize_test_results.py @@ -622,16 +622,6 @@ def format_thermometer(summary, embed=True, file_out=None): Otherwise, it will be output as plain text intended for stand-alone use. """ - if summary["total_run"] == summary["total_failed"]: - if embed: - print(f"## Alerts\n", file=file_out) - print(f"All test combinations failed\n", file=file_out) - else: - print("alerts<