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

zalando / skipper / 21404087623
78%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2026 04:05PM UTC
Jobs 1
Files 293
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

27 Jan 2026 03:53PM UTC coverage: 78.33% (-0.01%) from 78.343%
21404087623

push

github

web-flow
feat: integrate preprocessors into validation mode (#3845)

While skipper runs in validation mode, it doesn't apply prepocessors
which can result in a valid route being blocked as it have invalid
argument before applying preprocessor.

```
r1: SourceFromLast("application") -> <shunt>;
// After preprocessing
r1: * -> SourceFromLast("1.1.1.1") -> <shunt>;
```

This can be test locally via

```bash
~ ./bin/skipper -edit-route=@"application"@"1.1.1.1"@ -validation-webhook-enabled=true -validation-webhook-address=:9085 -validation-webhook-cert-file="validation.crt" -validation-webhook-key-file="validation.key" -enable-advanced-validation=true -application-log-level=debug -kubernetes

~ curl -i -k -X POST -H "Content-Type: application/json" -d @./dataclients/kubernetes/admission/testdata/rg/rg-with-valid-eskip-predicates.json https://127.0.0.1:9085/routegroups
```

Signed-off-by: Mustafa Abdelrahman <mustafa.abdelrahman@zalando.de>

5 of 38 new or added lines in 6 files covered. (13.16%)

6 existing lines in 3 files now uncovered.

24631 of 31445 relevant lines covered (78.33%)

92092.19 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
0.0
0.0% dataclients/kubernetes/definitions/ingressvalidator.go
3
84.29
0.0% dataclients/kubernetes/definitions/routegroupvalidator.go
4
49.12
-3.34% validation/validation.go
7
84.94
-1.36% routing/datasource.go
7
66.36
-0.64% skipper.go
9
0.0
0.0% dataclients/kubernetes/definitions/validator.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% dataclients/kubernetes/definitions/validator.go
2
93.02
-0.56% filters/diag/diag.go
3
66.36
-0.64% skipper.go
Jobs
ID Job ID Ran Files Coverage
1 21404087623.1 27 Jan 2026 04:05PM UTC 293
78.33
GitHub Action Run
Source Files on build 21404087623
  • Tree
  • List 293
  • Changed 9
  • Source Changed 6
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21404087623
  • c8fb6639 on github
  • Prev Build on master (#21392684897)
  • Next Build on master (#21404220067)
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