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

mtth / avsc / 500
100%

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

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

22 of 22 new or added lines in 1 file covered. (100.0%)

4130 of 4131 relevant lines covered (99.98%)

393.66 hits per line

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