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

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

Build:
Build:
LAST BUILD BRANCH: ajs-vals
DEFAULT BRANCH: master
Ran 01 Jun 2017 07:18PM UTC
Jobs 2
Files 1
Run time 25s
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
313

push

travis-ci

abhinav
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

        ...
    }

15 of 15 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
2
100.0
dig.go

Coverage Regressions

Lines Coverage ∆ File
13
100.0
dig.go
Jobs
ID Job ID Ran Files Coverage
1 313.1 01 Jun 2017 07:18PM UTC 0
89.58
Travis Job 313.1
2 313.2 01 Jun 2017 07:18PM UTC 0
89.58
Travis Job 313.2
Source Files on build 313
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #313
  • f8685f4c on github
  • Prev Build on param-obj-new (#303)
  • Next Build on param-obj-new (#318)
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