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

zalando / skipper / 25787555574
80%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 08:44AM UTC
Jobs 1
Files 302
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

13 May 2026 08:26AM UTC coverage: 79.94% (-0.02%) from 79.957%
25787555574

push

github

web-flow
fix: create an access log instance instead of pkg global (#3998)

fix: create an access log instance instead of pkg global

Library users that would use logging.LogAccess will need to use
logging.NewLogAccess() and use inst.LogAccess()
I think this won't be widely in use, because skipper.Run() will do it
automatically.

Migration for skipper as library users in case you initialize the logger
yourself (very unlikely the case as we automatically do this in a not
exported func), replace:
```
logging.Init(logging.Options{
...
skipper.Options{
...
}
```
by
```
lg := logging.NewAccessLogger(logging.Options{
...

skipper.Options{
...
    AccessLogger: accessLogger,
...
```

---------

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

27 of 29 new or added lines in 4 files covered. (93.1%)

9 existing lines in 4 files now uncovered.

27018 of 33798 relevant lines covered (79.94%)

86322.68 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
66.89
0.03% skipper.go

Coverage Regressions

Lines Coverage ∆ File
3
87.18
-7.69% proxy/teebody.go
2
98.66
-0.67% filters/apiusagemonitoring/spec.go
2
90.4
-0.14% proxy/proxy.go
2
41.67
-2.78% routing/testdataclient/dataclient.go
Jobs
ID Job ID Ran Files Coverage
1 25787555574.1 13 May 2026 08:44AM UTC 302
79.94
GitHub Action Run
Source Files on build 25787555574
  • Tree
  • List 302
  • Changed 8
  • Source Changed 4
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25787555574
  • d00b7af3 on github
  • Prev Build on master (#25736716608)
  • Next Build on master (#25912462319)
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