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

mtth / avsc / 501
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 5.7.0
DEFAULT BRANCH: master
Ran 23 Nov 2017 01:48AM UTC
Jobs 1
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

pending completion
501

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%)

385.15 hits per line

Jobs
ID Job ID Ran Files Coverage
12 501.12 (AVSC_COVERAGE=1) 23 Nov 2017 01:48AM UTC 0
99.98
Travis Job 501.12
Source Files on build 501
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #501
  • 102e78c5 on github
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