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

opentracing / opentracing-java / 854
77%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2018 07:39PM UTC
Jobs 1
Files 18
Run time 1s
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
854

push

travis-ci

tedsuo
v0.31.0 (#249)

Changes from v0.30:

* BaseSpan and ActiveSpan are simplified into a single Span class.

* Scope replaces ActiveSpan, removing the continuation concept. There is no longer a capture phase. Scopes are only activated and then closed.

* ScopeManager replaces ActiveSpanSource, and is expected to be passed to the tracer at initialization time.

* ScopeManager.activate(Span,bool) creates a Scope for the current context. The finishOnClose flag optionally calls Span.finish() on Scope.close().

* ScopeManager.active() returns the Scope associated with the current context.

* Tracer.activeSpan() returns the current value of Tracer.scopeManager().active().span() as a convenience.

* ThreadLocalScopeManager replaces ThreadLocalActiveSpanSource. It still uses thread-local storage for tracking active spans, but removes the reference counting used previously for span lifetime handling.

269 of 330 relevant lines covered (81.52%)

0.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 854.1 12 Jan 2018 07:39PM UTC 0
81.52
Travis Job 854.1
Source Files on build 854
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #854
  • 85433fce on github
  • Prev Build on master (#817)
  • Next Build on master (#856)
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