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

mtth / avsc / 337
100%

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2016 02:31AM UTC
Jobs 1
Files 8
Run time 11min
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
337

push

travis-ci

mtth
Hoist protocol type declarations.

The order in which types are declared inside a protocol doesn't matter
anymore. Concretely, this mean that forward references will be resolved
even if the corresponding type is declared later on.

This is required to support mutually recursive types without nesting
(since nested declarations aren't supported in Avro IDL). For example:

```idl
record Ping { Pong pong; }
record Pong { Ping ping; }
```

18 of 18 new or added lines in 1 file covered. (100.0%)

3395 of 3395 relevant lines covered (100.0%)

350.51 hits per line

Jobs
ID Job ID Ran Files Coverage
10 337.10 (AVSC_COVERAGE=1) 27 Aug 2016 02:42AM UTC 0
100.0
Travis Job 337.10
Source Files on build 337
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #337
  • 7c72e27a on github
  • Prev Build on master (#336)
  • Next Build on master (#338)
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