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

luci / gae / 152
82%

Build:
DEFAULT BRANCH: master
Ran 28 May 2016 06:00PM UTC
Jobs 1
Files 75
Run time 4s
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
152

push

travis-ci

Commit bot
datastore: variadic Get, Put, Exists, Delete.

Fixes #51.

Update Get, Put, Exists, and Delete to be variadic. This will make the
interface more usable and get rid of boilerplate in client code.

Get, Put, Exists, and Delete now accept variadic arguments. Any one of
these arguments can be an argument that was previously valid or
the *Multi version of those functions. This effectively obsoletes the *Multi
versions, but they are left in for backwards compatiblility with the stated
intention of removing them at a later date.

Get/Put/Exists/Delete will now return a single error in the one-argument
case or a MultiError in a multiple-argument case. Note that now that single
argument case can take a slice type, the single error may itself be a
MultiError if the single argument is a slice.

Review-Url: https://codereview.chromium.org/2011773002

456 of 456 new or added lines in 3 files covered. (100.0%)

6823 of 8299 relevant lines covered (82.21%)

1241.16 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
100.0
service/datastore/datastore.go
5
100.0
service/datastore/multiarg.go
18
100.0
service/datastore/types.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
service/datastore/datastore.go
6
100.0
service/datastore/multiarg.go
Jobs
ID Job ID Ran Files Coverage
1 152.1 28 May 2016 06:00PM UTC 0
82.21
Travis Job 152.1
Source Files on build 152
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #152
  • ee5266eb on github
  • Prev Build on master (#151)
  • Next Build on master (#153)
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