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

yarpc / yarpc-go / 4280
81%
master: %

Build:
Build:
LAST BUILD BRANCH: nooptrace
DEFAULT BRANCH: master
Ran 22 Feb 2017 06:01PM UTC
Jobs 2
Files 152
Run time 20s
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
4280

push

travis-ci

web-flow
Implement arbitrary interface{} decoder (#746)

This implements an internal `decode` package that allows us to decode
any `interface{}` (more specifically, `map[interface{}]interface{}`)
into a more complex object.

This mostly relies on the `mapstructure` library for most of its
functionality with the exception of a custom `Decoder` interface which
types may implement for more complex decoding logic. This is very
similar to the `yaml.Unmarshaler` interface and how that behaves.

We will use this package for the config system to allow decoding
user-provided configurations (in `map[string]interface{}` form) into
something more complex which we need to build a `yarpc.Config`.

6772 of 8508 relevant lines covered (79.6%)

1.7 hits per line

Jobs
ID Job ID Ran Files Coverage
3 4280.3 (TYPE=test) 22 Feb 2017 06:01PM UTC 0
79.6
Travis Job 4280.3
4 4280.4 (TYPE=test) 22 Feb 2017 06:01PM UTC 0
79.6
Travis Job 4280.4
Source Files on build 4280
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4280
  • f7ea1eae on github
  • Prev Build on dev (#4241)
  • Next Build on dev (#4353)
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