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

mtth / avsc / 500 / 12
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 23 Nov 2017 01:29AM UTC
Files 7
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

23 Nov 2017 12:58AM UTC coverage: 99.976%. Remained the same
AVSC_COVERAGE=1

push

travis-ci

mtth
Improve field multi-resolution

For example, this will allow resolving...

  record { int foo; }

...into...

  record {
    int foo;
    long @aliases(["foo"]) fooAsLong;
    double @aliases(["foo"]) fooAsDouble;
  }

Note that under the hood the field will be decoded each time. This is
the fastest way to produce independent values when the fields aren't
guaranteed immutable. Decoding is typically much faster than cloning the
objects so this shouldn't lead to performance issues.

1849 of 1866 branches covered (99.09%)

4130 of 4131 relevant lines covered (99.98%)

393.66 hits per line

Source Files on job 500.12 (AVSC_COVERAGE=1)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 500
  • Travis Job 500.12
  • 102e78c5 on github
  • Prev Job for AVSC_COVERAGE=1 on master (#497.12)
  • Next Job for AVSC_COVERAGE=1 on master (#502.12)
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