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

mtth / avsc / 337 / 10
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2016 02:42AM UTC
Files 8
Run time 0s
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

27 Aug 2016 02:22AM UTC coverage: 100.0%. Remained the same
AVSC_COVERAGE=1

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; }
```

3395 of 3395 relevant lines covered (100.0%)

350.51 hits per line

Source Files on job 337.10 (AVSC_COVERAGE=1)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 337
  • Travis Job 337.10
  • 7c72e27a on github
  • Prev Job for AVSC_COVERAGE=1 on master (#336.10)
  • Next Job for AVSC_COVERAGE=1 on master (#338.10)
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