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

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

Build:
Build:
LAST BUILD BRANCH: ajs-vals
DEFAULT BRANCH: master
Ran 26 May 2017 10:17PM UTC
Jobs 2
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

pending completion
248

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

213 of 242 relevant lines covered (88.02%)

31.18 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
100.0
dig.go
Jobs
ID Job ID Ran Files Coverage
1 248.1 26 May 2017 10:17PM UTC 0
88.02
Travis Job 248.1
2 248.2 26 May 2017 10:17PM UTC 0
88.02
Travis Job 248.2
Source Files on build 248
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #248
  • 4de16285 on github
  • Next Build on param-obj-new (#252)
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