We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa521b3 commit 67f3d0eCopy full SHA for 67f3d0e
.github/update.py
@@ -148,7 +148,7 @@ def format_value(percent):
148
if percent < 0.7:
149
return "$\\color{red}{\\textsf{" + str(round(percent * 100, 1)) + " \\%" + "}}$"
150
elif percent < 0.9:
151
- return "$\\color{yellow}{\\textsf{" + str(round(percent * 100, 1)) + " \\%" + "}}$"
+ return "$\\color{orange}{\\textsf{" + str(round(percent * 100, 1)) + " \\%" + "}}$"
152
else:
153
return "$\\color{green}{\\textsf{" + str(round(percent * 100, 1)) + " \\%" + "}}$"
154
0 commit comments