Commit d5b3a79
ci(coverage): drop --depth=1 on the base fetch — fix diff-cover 'no merge base' (#49)
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 <noreply@anthropic.com>1 parent 1667b82 commit d5b3a79
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments