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

camilamacedo86 / kubebuilder / 19386675899
61%
master: 74%

Build:
Build:
LAST BUILD BRANCH: log-linter-check
DEFAULT BRANCH: master
Ran 15 Nov 2025 07:57AM 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
19386675899

push

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

5728 of 9437 relevant lines covered (60.7%)

26.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19386675899.1 15 Nov 2025 07:57AM UTC 127
60.7
GitHub Action Run
Source Files on build 19386675899
  • Tree
  • List 127
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7aab15ab on github
  • Prev Build on master (#19386572238)
  • Delete
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