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

uber / tchannel-go / 1091
82%
dev: 88%

Build:
Build:
LAST BUILD BRANCH: delayed_frame_alloc
DEFAULT BRANCH: dev
Ran 29 Feb 2016 11:53PM UTC
Jobs 3
Files 40
Run time 3min
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
1091

push

travis-ci

abhinav
SubChannel.SetHandler: override SubChannel Handlers

Added SubChannel.SetHandler which makes it possible to set a catch-all
Handler for all requests to a SubChannel. Using SetHandler() makes
Register() useless and will cause a panic.

Other changes:
- Removed the redundant handlerMap from Channel; we should always use the
  SubChannel Handler instead.
- Changed handlerMap to be a map of method name to handler
  (`map[string]Handler`) rather than map of service name to map of method name
  to handler (`map[string]map[string]Handler`). SubChannel dispatch based on
  service name happens in `channelHandler` now.

3021 of 3648 relevant lines covered (82.81%)

5345.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1091.1 29 Feb 2016 11:53PM UTC 0
82.54
Travis Job 1091.1
2 1091.2 29 Feb 2016 11:57PM UTC 0
82.39
Travis Job 1091.2
3 1091.3 29 Feb 2016 11:54PM UTC 0
82.53
Travis Job 1091.3
Source Files on build 1091
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1091
  • 46b63ad5 on github
  • Prev Build on set-handler (#1089)
  • Next Build on set-handler (#1093)
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

© 2025 Coveralls, Inc