We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d478d18 commit 549818eCopy full SHA for 549818e
infra/build/functions/report_generator.py
@@ -86,7 +86,7 @@ def generate_comparison_table(all_results):
86
if project in all_results[version].get('failed_projects', []):
87
status_icon = '❌'
88
elif project in all_results[version].get('skipped_projects', []):
89
- status_icon = '⏭️'
+ status_icon = '➡️'
90
else:
91
status_icon = '✅'
92
row_parts.append(f' {status_icon.center(15)} ')
0 commit comments