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

luci / gae / 152 / 1
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 28 May 2016 06:00PM UTC
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

28 May 2016 05:54PM UTC coverage: 82.215% (+0.4%) from 81.837%
152.1

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

6823 of 8299 relevant lines covered (82.21%)

1241.16 hits per line

Source Files on job 152.1
  • Tree
  • List 0
  • Changed 26
  • Source Changed 3
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 152
  • Travis Job 152.1
  • ee5266eb on github
  • Prev Job for on master (#151.1)
  • Next Job for on master (#153.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