• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

elastic / cloudbeat / 29006793435
76%
main: 76%

Build:
Build:
LAST BUILD BRANCH: renovate/main-modernc.org-libc-2.x
DEFAULT BRANCH: main
Ran 09 Jul 2026 09:17AM UTC
Jobs 1
Files 245
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jul 2026 09:02AM UTC coverage: 76.128% (+0.02%) from 76.106%
29006793435

Pull #7276

github

cloudsecmachine
fix: refuse to cut release branch when main has drifted

Defensive addition to branch_out() in post-minor-merge.sh: if main's
version.go doesn't match NEW_VERSION at the moment we're about to cut
the release branch, refuse and exit non-zero.

This closes a related idempotency gap: if main has been advanced (e.g.
via manual intervention outside the pipeline, or an out-of-order
run) but the release branch was never cut, the previous branch_out()
would silently cut ${BRANCH} from current main — producing a "9.5"
release branch pointing at 9.6.0 code. The new check catches this and
requires a human to create the branch manually from the correct
commit, matching the fail-fast philosophy already used by
fail_if_stale_remote_branch (from #7227).

Doesn't affect the normal flow — main == NEW_VERSION at cut time on
a clean pipeline run — and the pre-existing "branch already exists"
short-circuit still fires first when the branch is already cut.

Co-authored-by: Cursor <cursoragent@cursor.com>
Pull Request #7276: fix: make minor version bump fully idempotent on retrigger

10208 of 13409 relevant lines covered (76.13%)

15.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
84.04
0.98% internal/resources/providers/gcplib/inventory/provider.go
Jobs
ID Job ID Ran Files Coverage
1 29006793435.1 09 Jul 2026 09:17AM UTC 245
76.13
GitHub Action Run
Source Files on build 29006793435
  • Tree
  • List 245
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #7276
  • PR Base - main (#28969606006)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc