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

mtth / avsc / 338
100%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2016 09:43PM UTC
Jobs 1
Files 8
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

pending completion
338

push

travis-ci

mtth
Hoist protocol type declarations.

The order in which types are declared inside a protocol doesn't matter
anymore. Concretely, this means 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; }
```

3395 of 3395 relevant lines covered (100.0%)

343.59 hits per line

Jobs
ID Job ID Ran Files Coverage
10 338.10 (AVSC_COVERAGE=1) 28 Aug 2016 09:43PM UTC 0
100.0
Travis Job 338.10
Source Files on build 338
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #338
  • cd482926 on github
  • Prev Build on master (#337)
  • Next Build on master (#339)
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