Skip to content

Commit

Permalink
Refs #20411: Add emojis to summary
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz committed Feb 13, 2024
1 parent 1d3d5b1 commit 5ee0f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/junit_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def create_md_summary(results_dict, show_failed, show_disabled, show_skipped):
summary = '## Test summary\n'

# Table header
summary += '|Total number of tests|Test failures|Disabled test|Skipped test|Spent time|Timestamp|\n'
summary += '|Total number of tests 🔬|Test failures|Disabled test|Skipped test ⤵️|Spent time|Timestamp 🕜|\n'
summary += '|-|-|-|-|-|-|\n'

# Entry
Expand Down

0 comments on commit 5ee0f49

Please sign in to comment.