diff --git a/.github/scripts/develocity_reports.py b/.github/scripts/develocity_reports.py index e5111072f47..43285a336fd 100644 --- a/.github/scripts/develocity_reports.py +++ b/.github/scripts/develocity_reports.py @@ -868,6 +868,12 @@ def main(): if not cleared_tests: print("No tests ready to be cleared from quarantine.") else: + # Print summary + print("
Class | Test Case | Success Rate | Build Scans |
{test_name} | {details['success_rate']:.2%} | {details['total_executions']} |