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

alexflint / go-scalar / 8 / 1
72%
master: 72%

Build:
Build:
LAST BUILD BRANCH: continuous-integration
DEFAULT BRANCH: master
Ran 16 Nov 2018 02:17PM 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

16 Nov 2018 02:13PM UTC coverage: 66.667% (-3.9%) from 70.526%
8.1

Pull #2

travis-ci

web-flow
Allow to use values (not pointers) with TextUnmarshaler

The patch makes sure that both values and pointer to values are checked
for custom TextUnmarshal implementation. This will allow to use go-arg
custom parsing as follows:

var args struct {
  Arg CustomType
}

instead of

var args struct {
  Arg *CustomType
}

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Pull Request #2: Allow to use values (not pointers) with TextUnmarshaler

66 of 99 relevant lines covered (66.67%)

12.78 hits per line

Source Files on job 8.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8
  • Travis Job 8.1
  • 447b53fa on github
  • Prev Job for on text-unmarshaler-value (#7.1)
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