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

kubernetes-sigs / kubebuilder / 21330383214
74%
master: 74%

Build:
Build:
LAST BUILD BRANCH: fix-move-cmd-to-internal
DEFAULT BRANCH: master
Ran 25 Jan 2026 09:37AM UTC
Jobs 1
Files 100
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

25 Jan 2026 09:27AM UTC coverage: 73.737%. Remained the same
21330383214

Pull #5394

github

camilamacedo86
✨ (go/v4): Add autocomplete support in .devcontainer/post-install.sh

Add bash autocomplete for development tools (kind, kubebuilder, kubectl, docker)
in the DevContainer post-install script to improve CLI usability during development.

Changes:
- Install bash-completion package if not present (Debian/Ubuntu)
- Generate completion scripts to /etc/bash_completion.d/ for each tool
- Add explicit containerUser: "root" to devcontainer.json
- All completion setup fails gracefully if bash-completion is unavailable
- No modification of user dotfiles (.bashrc) - completions are system-wide

Implementation:
- Completions are written to /etc/bash_completion.d/ (standard location)
- Silent installation (apt-get -qq, output to /dev/null)
- Fail-safe: all completion commands use "|| true" to continue on error
- Preserves all original post-install script behavior

Impact:
- Developers get tab completion for kubebuilder, kind, kubectl, docker
- No breaking changes - script continues if bash-completion install fails
- Works in VS Code DevContainers, GitHub Codespaces, and compatible environments
Pull Request #5394: ✨ (go/v4): Add autocomplete support in .devcontainer/post-install.sh

6595 of 8944 relevant lines covered (73.74%)

39.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21330383214.1 25 Jan 2026 09:37AM UTC 100
73.74
GitHub Action Run
Source Files on build 21330383214
  • Tree
  • List 100
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5394
  • PR Base - master (#21327992330)
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