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

zalando / logbook / 5676
97%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 13 Jun 2026 07:24AM UTC
Jobs 1
Files 234
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

12 Jun 2026 12:58PM UTC coverage: 96.857%. Remained the same
5676

push

github

web-flow
MDC Context Propagation Fix for logbook-ktor Client (#2319)

* Release 4.0.4

* Development 4.1.0-SNAPSHOT

* MDC Context Propagation Fix for logbook-ktor Client

Response logging in LogbookClient happens in a launched coroutine that doesn't inherit MDC context, breaking traceId and other observability data.

The suggested fix changes `scope.launch { }`` → `scope.launch(coroutineContext) { }``

Also added `.minusKey(Job)` during context propagation to:
   - Keep: MDCContext, CoroutineDispatcher, CoroutineName, custom elements
   - Remove: Job (prevents the launched coroutine from having conflicting parents)

* remove MDC context cleanup duplication

780 of 812 branches covered (96.06%)

1 of 1 new or added line in 1 file covered. (100.0%)

3945 of 4073 relevant lines covered (96.86%)

0.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5676.1 13 Jun 2026 07:24AM UTC 234
96.86
GitHub Action Run
Source Files on build 5676
  • Tree
  • List 234
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #5676
  • 89eb763b on github
  • Prev Build on main (#5664)
  • Next Build on main (#5677)
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