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

kubernetes-sigs / kubebuilder / 19386678922
61%
master: 61%

Build:
Build:
LAST BUILD BRANCH: fix-issuer-chartname
DEFAULT BRANCH: master
Ran 15 Nov 2025 07:58AM UTC
Jobs 1
Files 127
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

15 Nov 2025 07:48AM UTC coverage: 60.697%. Remained the same
19386678922

Pull #5213

github

camilamacedo86
🐛: Fix Go module download failure caused by invalid filename

Fix issue where `go get sigs.k8s.io/kubebuilder/v4@v4.10.0` failed with:
"malformed file path .github/*.instructions.md: invalid char '*'"

Go modules do not allow wildcard characters (*, ?, [, ], \) in filenames
when creating module archives.

Changes:
- Remove .github/*.instructions.md (invalid filename with asterisk)
- Add .github/instructions/kubebuilder.instructions.md (proper location)
- Add test/check-gomod.sh to validate Go module compatibility
- Update Makefile to include test-gomod in CI test suite

This test will prevent similar issues in future releases by catching
invalid filenames during development.

Fixes the issue introduced in f3d4ca0
Pull Request #5213: 🐛 Fix Go module download failure caused by invalid filename

5728 of 9437 relevant lines covered (60.7%)

26.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19386678922.1 15 Nov 2025 07:58AM UTC 127
60.7
GitHub Action Run
Source Files on build 19386678922
  • Tree
  • List 127
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5213
  • PR Base - master (#19376056171)
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