Skip to content

Commit

Permalink
Update leaderboard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yunks128 authored Oct 31, 2024
1 parent 3b0c1da commit 0d2e012
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,12 @@ def style_status_for_markdown(status, emoji=False):
if args.output_format == "MARKDOWN": # If markdown styling specified, will just print pure Markdown text not rendered
markdown_table = textwrap.dedent("""
# Summary Statistics
'YES': Full completion/success (100%)
'NO': No completion/failure (0%)
'PARTIAL': Partial completion (50%)
'ISSUE': Problem reported (25%)
'PR' (likely Pull Request): Code changes proposed (25%)
| Category | Score (%) |
| ------ | ----- |
""")
Expand Down

0 comments on commit 0d2e012

Please sign in to comment.