Closed ebattat closed 10 months ago
Note: Fill x in []
if val < -50: color = 'red' elif val < -10: color = 'orange' elif val < 0: color = 'black' else: color = 'green'
Type of change
Note: Fill x in []
Description
For security reasons, all pull requests need to be approved first before running any automated CI