Skip to content

ci(coverage): drop --depth=1 base fetch (fix diff-cover 'no merge base')#49

Merged
mastermanas805 merged 1 commit into
masterfrom
ci/coverage-no-merge-base-fix
Jun 7, 2026
Merged

ci(coverage): drop --depth=1 base fetch (fix diff-cover 'no merge base')#49
mastermanas805 merged 1 commit into
masterfrom
ci/coverage-no-merge-base-fix

Conversation

@mastermanas805

Copy link
Copy Markdown
Member

Matches the same fix across api/web/worker/provisioner. --depth=1 on the base fetch left no merge-base with a stale PR branch → diff-cover crash; checkout is already fetch-depth:0 so a plain fetch resolves it.

🤖 Generated with Claude Code

…erge base'

The patch-coverage gate fetched the base with --depth=1, leaving no merge-base
with a PR branch behind base → diff-cover crashed with 'no merge base'. Checkout
is fetch-depth:0, so a plain fetch resolves it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mastermanas805 mastermanas805 merged commit d5b3a79 into master Jun 7, 2026
10 checks passed
@mastermanas805 mastermanas805 deleted the ci/coverage-no-merge-base-fix branch June 7, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants