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

pinterest / elixir-thrift / 789
94%
master: 91%

Build:
Build:
LAST BUILD BRANCH: dependabot/hex/dialyxir-1.1.0
DEFAULT BRANCH: master
Ran 06 Apr 2017 02:56PM UTC
Jobs 2
Files 28
Run time 26min
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
789

push

travis-ci

web-flow
Revise TApplicationException (#259)

This brings TApplicationException more in line with Elixir's conventions
for creating exceptions. `exception/1` now expects a keyword list with a
:type and an optional :message value. :type can either be an integer or
one of our internal atoms (e.g. :invalid_protocol).

Only the atom form is stored internally. It can be lazily converted back
to an integer at serialization time using `type_id/1`. We don't store
the integer form up-front because it's only used in "exceptional" (ha!)
cases in the server code path.

The list of well-known exception types has been expanded based on the
current Apache Thrift 0.10.0 release (C++ implementation).

Lastly, TApplicationException now has dedicated unit test coverage.

653 of 696 relevant lines covered (93.82%)

685.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 789.1 (THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker) 06 Apr 2017 03:22PM UTC 0
93.82
Travis Job 789.1
2 789.2 (THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker) 06 Apr 2017 02:56PM UTC 0
93.82
Travis Job 789.2
Source Files on build 789
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #789
  • 1a9293bf on github
  • Prev Build on thrift_tng (#781)
  • Next Build on thrift_tng (#791)
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