You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes two potential runtime errors:
- `@cursor` overshooting `tests_length` which leads to a
negatively-sized "unfinished" portion of the bar
- running quickdraw in a directory with no tests, where
`progress = (0.0 / 0)` resolves to `Float::NaN`
0 commit comments