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

stacklok / toolhive / 29580168217
69%

Build:
DEFAULT BRANCH: main
Ran 17 Jul 2026 12:31PM UTC
Jobs 1
Files 801
Run time 2min
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 Jul 2026 12:25PM UTC coverage: 68.453% (+0.2%) from 68.249%
29580168217

push

github

web-flow
Reconcile network isolation with network mode (#5794)

* Reconcile network isolation with network mode

Network isolation is a bridge-topology construct: it builds a
per-workload internal-only network plus DNS and egress/ingress Squid
sidecars, and only works when the container lives on a Docker-managed
bridge. Since isolation became the default (v0.30.1), running a server
with --network host silently built those sidecars attached only to the
internal network with no route out, so all DNS and outbound traffic
broke on the next re-create. --network none hit the same path.

Isolation cannot be enforced for host/none/custom modes, so drop it
there instead of building broken sidecars. How loudly depends on
provenance: warn when isolation was on only by default (restores the
pre-v0.30.1 behaviour host-mode servers relied on), fail fast when the
user explicitly passed --isolate-network=true (a genuinely
contradictory request). "none" is already maximally confined, so its
drop is silent. The rule is enforced at three layers so no path can
report a workload started with non-functional isolation: the docker
client (structural backstop for every caller), the config builder
(owns the warn-vs-error decision, the only place that knows whether the
flag was explicit), and config load (self-heals legacy persisted
configs on restart, which bypass the builder).

Docker/Podman only; the Kubernetes runtime ignores both fields.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Stabilize Redis lazy-eviction E2E initialization

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Alejandro Ponce de Leon <aponcedeleonch@stacklok.com>

87 of 93 new or added lines in 6 files covered. (93.55%)

16 existing lines in 6 files now uncovered.

74415 of 108710 relevant lines covered (68.45%)

64.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
52.36
20.32% cmd/thv/app/run_flags.go

Coverage Regressions

Lines Coverage ∆ File
4
61.95
0.26% pkg/workloads/manager.go
3
97.37
-0.53% pkg/authz/authorizers/cedar/core.go
3
80.56
-0.7% pkg/transport/proxy/httpsse/http_proxy.go
3
49.06
-0.63% pkg/transport/stdio.go
2
93.94
-6.06% pkg/foreach/foreach.go
1
52.36
20.32% cmd/thv/app/run_flags.go
Jobs
ID Job ID Ran Files Coverage
1 29580168217.1 17 Jul 2026 12:31PM UTC 801
68.45
GitHub Action Run
Source Files on build 29580168217
  • Tree
  • List 801
  • Changed 16
  • Source Changed 6
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29580168217
  • e7c6fd54 on github
  • Prev Build on main (#29575224164)
  • Next Build on main (#29580613786)
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