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

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

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2016 10:53PM UTC
Files 67
Run time 41s
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

05 Jan 2016 10:52PM UTC coverage: 81.254%. Remained the same
114.1

push

travis-ci

Commit bot
Make UseRemote work for dev_appserver too.

Now interacting with remote_api is as simple as:

    ```go
    ctx := context.Background()
    if err := prod.UseRemote(&ctx, "localhost:8080", nil); err != nil {
      panic(err)
    }
    // ctx is usable with luci/gae
    ```

Also changes the context-derivation function signature to be safer, since the
client's context will always be valid, and can be used for things, such as
logging even in the error handling case.

This also makes UseRemote work when used FROM appengine to another appengine
app.

Fixes #36.

R=dnj@chromium.org, estaab@chromium.org, martiniss@chromium.org, vadimsh@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1557223002

6038 of 7431 relevant lines covered (81.25%)

1005.14 hits per line

Source Files on job 114.1
  • Tree
  • List 0
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 114
  • Travis Job 114.1
  • ed44bee3 on github
  • Prev Job for on master (#113.1)
  • Next Job for on master (#115.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