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

pinterest / elixir-thrift / 850 / 1
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2017 06:24PM UTC
Files 28
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

22 Sep 2017 06:18PM UTC coverage: 94.036% (-0.08%) from 94.118%
THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker

push

travis-ci

web-flow
Delegate response handling to client implementation (#282)

This reduces the amount of generated code by doing the bulk of the
response processing in the common client implementation module.

It also highlights an oddity of the way we handle `void` service calls.
Even though those calls are successful, they run through the "error"
path because we don't currently have a way to differentiate between
`nil` (void) and `nil` (missing) "success" field values in the unpacked
response structure. "Reply" messages are only supposed to have either a
"success" field or an exception representation, so we'll need to revisit
our reply implementation before we can improve the success path here.

678 of 721 relevant lines covered (94.04%)

356.58 hits per line

Source Files on job 850.1 (THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 850
  • Travis Job 850.1
  • d2cb3764 on github
  • Prev Job for THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker on master (#847.1)
  • Next Job for THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker on master (#852.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