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

luci / gae / 114
82%

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2016 10:53PM UTC
Jobs 1
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

pending completion
114

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

Jobs
ID Job ID Ran Files Coverage
1 114.1 05 Jan 2016 10:53PM UTC 0
81.25
Travis Job 114.1
Source Files on build 114
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #114
  • ed44bee3 on github
  • Prev Build on master (#113)
  • Next Build on master (#115)
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