We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa521b3 + 67f3d0e commit ee4f5f9Copy full SHA for ee4f5f9
.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