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

opentracing / opentracing-java / 854 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2018 07:39PM UTC
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

12 Jan 2018 07:36PM UTC coverage: 81.515% (+5.8%) from 75.749%
854.1

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

Source Files on job 854.1
  • Tree
  • List 0
  • Changed 14
  • Source Changed 14
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 854
  • Travis Job 854.1
  • 85433fce on github
  • Prev Job for on master (#817.1)
  • Next Job for on master (#856.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