• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

kubernetes-sigs / kubebuilder / 16032628711
59%
master: 73%

Build:
Build:
LAST BUILD BRANCH: book-v4
DEFAULT BRANCH: master
Ran 03 Jul 2025 12:21PM UTC
Jobs 1
Files 52
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

02 Jul 2025 06:10PM UTC coverage: 59.023% (-12.4%) from 71.385%
16032628711

Pull #4871

github

vitorfloriano
✨ Add alpha update command for 3-way project upgrade

This commit introduces the `kubebuilder alpha update` command, which enables users to upgrade their Kubebuilder projects via a 3-way Git merge strategy.

The update flow:
- Creates an 'ancestor' branch based on the original scaffold version
- Extracts the user's current project state into a 'current' branch
- Generates a fresh scaffold using the target version in the 'upgrade' branch
- Merges changes into a 'merge' branch, preserving user code and applying updates

This mechanism allows users to safely adopt new scaffolding and maintain their custom logic with minimal manual effort.
Pull Request #4871: ✨ (alpha update) initial code for the `alpha update` command

49 of 795 new or added lines in 8 files covered. (6.16%)

2404 of 4073 relevant lines covered (59.02%)

13.33 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
0.0
0.0% pkg/cli/alpha/internal/generate.go
3
0.0
pkg/cli/alpha/internal/update/utils.go
9
84.48
pkg/cli/alpha/update.go
18
0.0
pkg/cli/alpha/internal/common/common.go
55
0.0
pkg/cli/alpha/internal/update/prepare.go
73
0.0
pkg/cli/alpha/internal/update/validate.go
231
0.0
pkg/cli/alpha/internal/update/update.go
354
0.0
pkg/cli/alpha/internal/update.go
Jobs
ID Job ID Ran Files Coverage
1 16032628711.1 03 Jul 2025 12:21PM UTC 52
59.02
GitHub Action Run
Source Files on build 16032628711
  • Tree
  • List 52
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #4871
  • PR Base - master (#15980363737)
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