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

Yelp / py_zipkin / 419 / 3
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 02 Feb 2019 09:49PM UTC
Files 14
Run time 0s
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

30 Jan 2019 05:48PM UTC coverage: 100.0%. Remained the same
TOXENV=py34

cron

travis-ci

web-flow
Rename SpanBuilder to Span and support 'ca' annotation. (#114)

* Rename SpanBuilder to Span and support 'ca' annotation.

I'm renaming and exposing py_zipkin.encoding.Span and
py_zipkin.encoding.Endpoint. The next step will be to have `with
zipkin_span` return the Span instance rather than the context manager
itself. That way it'll be possible to update the span fields directly
without need to have setters for all the properties.

```
with zipkin_span(...) as span:
    span.remote_endpoint = create_endpoint(service_name='mysql')
    span.tags.update({'key': 'value'})
```

As a side effect, with this change we also support the 'ca' binary
annotation.

748 of 748 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 419.3 (TOXENV=py34)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 368
  • Travis Job 419.3
  • ab42eed1 on github
  • Prev Job for TOXENV=py34 on master (#417.3)
  • Next Job for TOXENV=py34 on master (#421.3)
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