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

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

Build:
Build:
LAST BUILD BRANCH: ajs-vals
DEFAULT BRANCH: master
Ran 01 Jun 2017 06:47PM UTC
Jobs 2
Files 1
Run time 31s
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
304

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

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

215 of 240 relevant lines covered (89.58%)

41.73 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
100.0
dig.go

Coverage Regressions

Lines Coverage ∆ File
16
100.0
dig.go
Jobs
ID Job ID Ran Files Coverage
1 304.1 01 Jun 2017 06:48PM UTC 0
89.58
Travis Job 304.1
2 304.2 01 Jun 2017 06:47PM UTC 0
89.58
Travis Job 304.2
Source Files on build 304
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #304
  • Pull Request #73
  • PR Base - parameter-objects (#301)
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