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

zalando / skipper / 26569445775
80%

Build:
DEFAULT BRANCH: master
Ran 28 May 2026 10:48AM UTC
Jobs 1
Files 309
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

28 May 2026 10:32AM UTC coverage: 80.215% (+0.02%) from 80.196%
26569445775

push

github

web-flow
Feature: mtls support in httpclient - net.Client  (#4026)

Example skipper/net.Client with mTLS and cert rotation
```
rootCAs, _ := x509.SystemCertPool()
caCertPEM, _ := os.ReadFile("path/to/your/custom-ca.crt")
rootCAs.AppendCertsFromPEM(caCertPEM)

net.NewClient(net.Options{
	CertFile:            certFile,
	KeyFile:             keyFile,
	CertRefreshInterval: time.Minute,
	RootCAs:             rootCAs,
})
```

---------

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

79 of 95 new or added lines in 1 file covered. (83.16%)

4 existing lines in 2 files now uncovered.

28052 of 34971 relevant lines covered (80.22%)

86096.43 hits per line

Uncovered Changes

Lines Coverage ∆ File
16
78.93
1.27% net/httpclient.go

Coverage Regressions

Lines Coverage ∆ File
3
68.3
-0.24% skipper.go
1
90.57
-0.07% proxy/proxy.go
Jobs
ID Job ID Ran Files Coverage
1 26569445775.1 28 May 2026 10:48AM UTC 309
80.22
GitHub Action Run
Source Files on build 26569445775
  • Tree
  • List 309
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26569445775
  • 69a097c1 on github
  • Prev Build on master (#26441465150)
  • Next Build on master (#26743458447)
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