Skip to content

Commit

Permalink
more visual symbols for ups and downs
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Oct 4, 2024
1 parent 7428085 commit 9b3111c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/coverage-report.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ def generate_comparison_markdown(base_covdir, incoming_covdir, base_html_url):
for item in differences:
# Determine emoji based on coverage difference
if item["diff"] > 0:
emoji = "🔼"
emoji = ""
elif item["diff"] < 0:
emoji = "🔽"
emoji = ""
else:
emoji = ""

Expand Down

0 comments on commit 9b3111c

Please sign in to comment.