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

elastic / cloudbeat / 28782625604
76%
main: 76%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/9.4/pr-7212-937f6016f8daefe2fe55ee70fe88b0d31a03f378
DEFAULT BRANCH: main
Ran 06 Jul 2026 10:25AM UTC
Jobs 1
Files 235
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

06 Jul 2026 09:44AM UTC coverage: 75.771% (-0.008%) from 75.779%
28782625604

Pull #7184

github

cloudsecmachine
fix: make version bump scripts idempotent on retrigger

Reported by Julien in elastic/security-cloud-services-team: retriggering
the centralized version bump pipeline for an already-completed bump
(9.4.4 / 9.3.8 / 8.19.19) fails instead of succeeding as a no-op.

Root cause: pr_exists() only checks for *open* PRs, so once the original
bump PR is merged, a retrigger sails past that guard, finds no diff to
commit (update_version_beat correctly no-ops), but then unconditionally
tries to push and open a PR anyway. Since the resulting branch is
identical to its base, GitHub rejects the PR with "No commits between
X and Y", and the script exits non-zero.

Add a shared no_new_commits() helper and use it in bump-patch.sh and
bump-minor.sh to skip push/PR creation cleanly when there's nothing to
bump, instead of failing.

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

9726 of 12836 relevant lines covered (75.77%)

16.43 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
82.74
-0.33% internal/resources/providers/gcplib/inventory/provider.go
Jobs
ID Job ID Ran Files Coverage
1 28782625604.1 06 Jul 2026 10:25AM UTC 235
75.77
GitHub Action Run
Source Files on build 28782625604
  • Tree
  • List 235
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #7184
  • PR Base - main (#28642678124)
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