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

thecodeboss / elixir-thrift / 22
93%

Build:
DEFAULT BRANCH: master
Ran 10 May 2018 10:09PM UTC
Jobs 1
Files 29
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
22

push

travis-ci

web-flow
Support comment-based namespace declarations (#340)

Thrift uses the `namespace` keyword to define a language's namespace.

    namespace elixir Thrift.Namespace

Unfortunately, the Apache Thrift compiler will produce a warning on this
line because it doesn't recognize `elixir` as a supported language.
While that warning is benign, it can be annoying. For that reason, you
can also specify your Elixir namespace as a "magic" namespace comment:

    #@namespace elixir Thrift.Namespace

This alternate syntax is borrowed from Scrooge, which uses the same
trick for defining `scala` namespaces.

693 of 740 relevant lines covered (93.65%)

364.85 hits per line

Jobs
ID Job ID Ran Files Coverage
3 22.3 (COVERALLS=true) 10 May 2018 10:09PM UTC 0
93.65
Travis Job 22.3
Source Files on build 22
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #22
  • a30f6434 on github
  • Prev Build on master (#16)
  • Next Build on master (#23)
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