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

kubernetes-sigs / kubebuilder / 17187224882
70%
master: 74%

Build:
Build:
LAST BUILD BRANCH: add-namesapced-support
DEFAULT BRANCH: master
Ran 24 Aug 2025 09:55AM UTC
Jobs 1
Files 54
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

24 Aug 2025 09:54AM UTC coverage: 70.093% (+0.1%) from 69.947%
17187224882

Pull #5044

github

camilamacedo86
(fix): Fix inconsistent logging format in alpha commands

Follow up: https://github.com/kubernetes-sigs/kubebuilder/pull/4968

Testing alpha update and generate revealed logs were not in the right format.

Changes:
- Initialize consistent logging handler in alpha commands to fix level=info msg= format
- Replace log.Fatalf with slog.Error + os.Exit(1) for proper error handling
- Standardize log imports to use log "log/slog" across all files
- Remove redundant command info from RunCmd logging output
- Ensure all kubebuilder processes use the same colored INFO/WARN format

Before: level=warning msg="Using current working directory..."
After:  WARN Using current working directory...

Assisted-by: Cursor
Pull Request #5044: 🌱 (fix): log format using slog

23 of 26 new or added lines in 3 files covered. (88.46%)

1 existing line in 1 file now uncovered.

3171 of 4524 relevant lines covered (70.09%)

13.69 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
75.94
1.56% pkg/cli/alpha/update.go
2
86.0
1.79% pkg/cli/alpha/generate.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.0
1.79% pkg/cli/alpha/generate.go
Jobs
ID Job ID Ran Files Coverage
1 17187224882.1 24 Aug 2025 09:55AM UTC 54
70.09
GitHub Action Run
Source Files on build 17187224882
  • Tree
  • List 54
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5044
  • PR Base - master (#17187211601)
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