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

uber-go / zap / 1686
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: license
DEFAULT BRANCH: master
Ran 29 Mar 2017 06:39AM UTC
Jobs 2
Files 36
Run time 4min
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
1686

push

travis-ci

prashantv
Open should only return close on success

Config assumes that Open will always return a close function
which causes a panic when Open returns an error, since it doesn't
return a close function.

We can instead clean up the assumption that we return partial values
on error, and instead use a more common pattern:
 - On success, `err == nil` and all other return values are valid
 - On error, `err != nil` and all other return values are zero values

9 of 9 new or added lines in 2 files covered. (100.0%)

2268 of 2326 relevant lines covered (97.51%)

140251.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1686.1 29 Mar 2017 06:39AM UTC 0
97.51
Travis Job 1686.1
2 1686.2 29 Mar 2017 06:43AM UTC 0
97.33
Travis Job 1686.2
Source Files on build 1686
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1686
  • f84f3ac6 on github
  • Next Build on pv-open-error (#1688)
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