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

kubernetes-sigs / karpenter / 22110732981
81%
main: 80%

Build:
Build:
LAST BUILD BRANCH: grosser/errs
DEFAULT BRANCH: main
Ran 17 Feb 2026 06:44PM UTC
Jobs 1
Files 151
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

17 Feb 2026 06:29PM UTC coverage: 80.51% (+0.02%) from 80.49%
22110732981

Pull #2859

github

maxcao13
chore: move tools module to its own directory for vendoring support

Move go.tools.mod and go.tools.sum into a dedicated tools/ directory
(as tools/go.mod and tools/go.sum) so that each module can have its own
independent vendor directory.

Go tooling automatically uses a vendor directory if one exists alongside
the module file, and `go tool` does not support `-mod=readonly` to skip
it. When both go.mod and go.tools.mod live in the same directory, their
vendor directories conflict — making it impossible to vendor both the
main module and the tools module simultaneously. This is a requirement
for air-gapped CI/CD systems that need to vendor all dependencies.

By placing the tools module in tools/, `go mod vendor` for the main
module produces vendor/ at the repo root, while `go mod vendor` for the
tools module produces tools/vendor/, eliminating the conflict.

See: https://github.com/golang/go/issues/71503

Updated all references in:
- Makefile
- .github/workflows/presubmit.yaml
- .github/actions/install-deps/action.yaml
- //go:generate directives across pkg/ and kwok/
- .github/dependabot.yaml (added tools/ directory entry)

Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Max Cao <macao@redhat.com>
Pull Request #2859: chore: move tools module to its own directory for vendoring support

11868 of 14741 relevant lines covered (80.51%)

122051.05 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
91.26
-2.19% pkg/controllers/disruption/consolidation.go
Jobs
ID Job ID Ran Files Coverage
1 22110732981.1 17 Feb 2026 06:44PM UTC 151
80.51
GitHub Action Run
Source Files on build 22110732981
  • Tree
  • List 151
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2859
  • PR Base - main (#22077957548)
  • 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