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
fix: remove racy branch existence check in CLI coverage workflow
The clone step used `git ls-remote` then `git fetch` as separate
operations, which fails when the branch is deleted between the two
calls (e.g. right after a PR merge). Replace with a single `git fetch`
whose exit code tells us whether the branch exists.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments