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

thecodeboss / elixir-thrift / 22 / 3
93%
master: 93%

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

10 May 2018 05:33PM UTC coverage: 93.649% (-1.0%) from 94.678%
COVERALLS=true

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

Source Files on job 22.3 (COVERALLS=true)
  • Tree
  • List 0
  • Changed 22
  • Source Changed 6
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2
  • Travis Job 22.3
  • a30f6434 on github
  • Prev Job for COVERALLS=true on master (#16.4)
  • Next Job for COVERALLS=true on master (#23.3)
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