• 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 / 25802847935
82%
master: 84%

Build:
Build:
LAST BUILD BRANCH: fix-cli-plugin-prefix
DEFAULT BRANCH: master
Ran 15 May 2026 09:10AM UTC
Jobs 1
Files 102
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

13 May 2026 01:37PM UTC coverage: 82.295%. Remained the same
25802847935

Pull #5694

github

SebTardif
fix(cli/alpha): remove redundant guard and check checkout error in alpha update push

Remove a redundant nested if opts.Push guard and check the git checkout
error that was previously discarded with _ in the alpha update push path.

The inner if opts.Push on line 209 is always true because the outer guard
on line 208 already checks the same field. This is a copy-paste artifact.

The git checkout error on line 211 is silently discarded with _. While the
checkout is typically a no-op (the squash path already leaves the user on
the output branch), silently discarding the error means any systemic git
failure (corrupted state, locked index) is hidden from the user, who sees
Update completed successfully despite the error.

The error check pattern matches the identical checkout handling at
lines 197-198 for the ShowCommits path.

Introduced in #5013 (2025-08-18).

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
Pull Request #5694: 🐛 (CLI): Fix redundant guard and swallowed checkout error in alpha update push

7716 of 9376 relevant lines covered (82.3%)

73.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25802847935.1 15 May 2026 09:10AM UTC 102
82.3
GitHub Action Run
Source Files on build 25802847935
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5694
  • PR Base - master (#25791217132)
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