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

zalando / logbook / 5681 / 1
97%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 16 Jun 2026 08:03AM UTC
Files 234
Run time 6s
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
5681.1

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%)

3945 of 4073 relevant lines covered (96.86%)

0.97 hits per line

Source Files on job 5681.1
  • 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 Build 5681
  • 89eb763b on github
  • Prev Job for on main (#5664.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