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

Build:
Build:
LAST BUILD BRANCH: fix-cli-plugin-prefix
DEFAULT BRANCH: master
Ran 15 May 2026 05:23AM 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 02:00PM UTC coverage: 82.295%. Remained the same
25804018942

Pull #5695

github

SebTardif
fix(cli/alpha): add context timeout to HTTP calls in alpha update

Replace http.Get (no timeout) with http.NewRequestWithContext in two
call sites that can hang the CLI indefinitely if GitHub is unreachable:

- downloadKubebuilderBinary: 2-minute timeout for binary download
- fetchLatestRelease: 30-second timeout for GitHub API call

The newer helpers/download.go in the same package already uses this
pattern correctly. The timeouts match: 2 minutes for binary downloads
(same as download.go:71), 30 seconds for a single API JSON response.

Introduced in #4871 (2025-06-12).

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
Pull Request #5695: 🐛 (CLI): Add context timeout to HTTP calls in alpha update

7716 of 9376 relevant lines covered (82.3%)

73.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25804018942.1 15 May 2026 05:23AM UTC 102
82.3
GitHub Action Run
Source Files on build 25804018942
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5695
  • 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