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

stacklok / toolhive / 19960812459 / 1
60%
main: 60%

Build:
DEFAULT BRANCH: main
Ran 05 Dec 2025 11:00AM UTC
Files 392
Run time 10s
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

05 Dec 2025 10:57AM UTC coverage: 49.814% (-0.003%) from 49.817%
19960812459.1

push

github

web-flow
Fix vMCP podTemplateSpec when only pod-level settings is applied (#2897)

* Fix PodTemplateSpec strategic merge wiping containers

When users provided a PodTemplateSpec with only pod-level settings
(like nodeSelector), the Deployment creation failed because containers
were being wiped out.

Root cause: The code parsed user JSON into a Go struct then re-marshaled
it. Go's json.Marshal converts nil slices to [], which strategic merge
patch interprets as "replace with empty array" - removing the vmcp
container.

Fix: Use the raw JSON bytes directly from Spec.PodTemplateSpec.Raw
instead of re-marshaling, preserving exactly what the user specified.

* Add integration test for the vMCP podTemplateSpec

26323 of 52843 relevant lines covered (49.81%)

59.65 hits per line

Source Files on job 19960812459.1
  • Tree
  • List 392
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19960812459
  • a08b8ba1 on github
  • Prev Job for on main (#19960750055.1)
  • Next Job for on main (#19961614750.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