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

zalando / skipper / 25787555574 / 1
80%
master: 80%

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

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>

27018 of 33798 relevant lines covered (79.94%)

86322.68 hits per line

Source Files on job 25787555574.1
  • Tree
  • List 302
  • Changed 8
  • Source Changed 4
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25787555574
  • d00b7af3 on github
  • Prev Job for on master (#25736716608.1)
  • Next Job for on master (#25912462319.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