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

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

Build:
Build:
LAST BUILD BRANCH: continuous-integration
DEFAULT BRANCH: master
Ran 16 Nov 2018 02:17PM UTC
Jobs 1
Files 1
Run time 1s
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

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

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

66 of 99 relevant lines covered (66.67%)

12.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8.1 16 Nov 2018 02:17PM UTC 0
66.67
Travis Job 8.1
Source Files on build 8
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8
  • Pull Request #2
  • PR Base - master (#7)
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