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

kubernetes-sigs / kubebuilder / 19011741323 / 1
51%
master: 74%

Build:
Build:
LAST BUILD BRANCH: fix-logs-cli
DEFAULT BRANCH: master
Ran 02 Nov 2025 11:41AM UTC
Files 55
Run time 1s
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 Nov 2025 11:40AM UTC coverage: 66.387%. Remained the same
19011741323.1

Pull #5154

github

camilamacedo86
(fix): (go/v4): Fixed: Init command incorrectly rejects directories with non-conflicting configuration files

The kubebuilder init command was incorrectly failing when the target directory contained legitimate configuration files like mise.toml, .envrc, or other tool-specific files. This was due to inverted validation logic that allowed files with conflicting extensions (.go, .yaml, .mod, .sum) while rejecting all others.

What changed:
- The directory validation now correctly allows configuration files and other non-conflicting files
- Only blocks files that would genuinely conflict with scaffolding: .go, .yaml, .mod, .sum, and PROJECT
- Added the PROJECT file to the explicit disallow list since it's reserved for scaffolding

Assisted-by: Cursor
Pull Request #5154: 🐛 (go/v4): Fixed: Init command incorrectly rejects directories with non-conflicting configuration files

3322 of 5004 relevant lines covered (66.39%)

39.76 hits per line

Source Files on job 19011741323.1
  • Tree
  • List 55
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19011741323
  • 6d484431 on github
  • Prev Job for on fix-init (#19011429459.1)
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