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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/hex/dialyxir-1.1.0
DEFAULT BRANCH: master
Ran 12 Sep 2017 02:24PM UTC
Jobs 1
Files 28
Run time 28min
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
821

push

travis-ci

web-flow
Add support for Thrift annotations (#276)

Annotations appear within parentheses as part of various Thrift IDL
types such as fields and structures. They can be used to hint the
compiler or inform runtime behavior; the specification is pretty
open-ended.

This change adds support for parsing annotations (whose presence
previously resulted in parse errors) and storing them on our parser
models.

We currently support annotations on:

 - Enums
 - Fields
 - Functions
 - Services
 - Structures, Unions, and Exceptions

We can parse annotations on typedefs but don't currently store them
anywhere due to the way we internally represent a schema's typedefs as a
simple map of strings to types. We can revisit that later, perhaps as
part of a broader typedef refactoring.

649 of 692 relevant lines covered (93.79%)

358.11 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
lib/thrift/binary/framed/client.ex
Jobs
ID Job ID Ran Files Coverage
1 821.1 (THRIFT=${TRAVIS_BUILD_DIR}/ci/thrift-docker) 12 Sep 2017 02:52PM UTC 0
93.79
Travis Job 821.1
Source Files on build 821
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #821
  • 5519008f on github
  • Prev Build on thrift_tng (#815)
  • Next Build on thrift_tng (#824)
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