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

opentracing / opentracing-java / 959
74%
master: 77%

Build:
Build:
LAST BUILD BRANCH: fix/JLL/use_https_to_resolve_dependencies
DEFAULT BRANCH: master
Ran 30 Oct 2018 01:11PM UTC
Jobs 1
Files 23
Run time 4s
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

pending completion
959

Pull #319

travis-ci

web-flow
Add ScopeManager#activate(SpanContext)

Similar to ScopeManager#activate(Span) but used in cases where the
thread in which the activation is performed does not have control over
the life cycle of the span.

This puts the burden of being aware of the lifecycle to the one writing
the instrumentation (for example
io.opentracing.contrib.concurrent.TracedRunnable)
instead of the user of Tracer.activeSpan().

It also simplifies tracer implementations as with this change tracers
don't have to guard against racy calls to Span#finish() and
ScopeManager#activate(Span).
Pull Request #319: Add ScopeManager#activate(SpanContext)

30 of 30 new or added lines in 8 files covered. (100.0%)

366 of 493 relevant lines covered (74.24%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 959.1 30 Oct 2018 01:11PM UTC 0
74.24
Travis Job 959.1
Source Files on build 959
  • Tree
  • List 0
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #959
  • Pull Request #319
  • PR Base - v0.32.0 (#955)
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

© 2025 Coveralls, Inc