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

pinterest / elixir-thrift / 850
91%

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2017 06:20PM UTC
Jobs 1
Files 28
Run time 3min
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
850

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

Jobs
ID Job ID Ran Files Coverage
1 850.1 (THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker) 22 Sep 2017 06:24PM UTC 0
94.04
Travis Job 850.1
Source Files on build 850
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #850
  • d2cb3764 on github
  • Prev Build on master (#847)
  • Next Build on master (#852)
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