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

uber / jaeger-client-python / 291
95%

Build:
DEFAULT BRANCH: master
Ran 05 May 2017 08:37PM UTC
Jobs 1
Files 25
Run time 2s
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
291

Pull #43

travis-ci

web-flow
Replaced Py3-style dict.items() with six.iteritems(dict)

six.iteritems(dict) behave like dict.iteritems() in Python 2 and like iter(dict.items()) in Python 3. This should keep performance on the same level for both Py2/3 environments.
Pull Request #43: Added Python3 support

1398 of 1478 relevant lines covered (94.59%)

0.95 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
jaeger_client/utils.py
1
100.0
jaeger_client/tracer.py
1
100.0
jaeger_client/codecs.py
2
100.0
crossdock/server/serializer.py
5
100.0
crossdock/server/server.py
6
100.0
jaeger_client/reporter.py
20
100.0
jaeger_client/config.py
Jobs
ID Job ID Ran Files Coverage
1 291.1 (COVER=1) 05 May 2017 08:37PM UTC 0
94.59
Travis Job 291.1
Source Files on build 291
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #291
  • Pull Request #43
  • PR Base - master (#289)
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