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

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

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2016 09:43PM 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 03:41AM 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 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

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