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

uber-go / dig / 304 / 2
92%
master: 87%

Build:
Build:
LAST BUILD BRANCH: ajs-vals
DEFAULT BRANCH: master
Ran 01 Jun 2017 06:47PM UTC
Files 1
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

01 Jun 2017 06:46PM UTC coverage: 89.583% (-2.3%) from 91.845%
304.2

Pull #73

travis-ci

web-flow
Param: Recurse into nested parameter objects

We now recurse into parameter objects. The motivating use case for this
is that a library using dig may want to provide their own "Param" type.
For something like this, they would be able to do,

    type MyParam struct{ Param }

And now,

    type MyArgs struct {
        MyParam

        ...
    }

Will act similarly to,

    type MyArgs struct {
        Param

        ...
    }
Pull Request #73: dig.Param: Recurse into nested parameter objects

215 of 240 relevant lines covered (89.58%)

20.87 hits per line

Source Files on job 304.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 304
  • Travis Job 304.2
  • 4e88be12 on github
  • Prev Job for on parameter-objects (#301.2)
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