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

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

Build:
Build:
LAST BUILD BRANCH: delayed_frame_alloc
DEFAULT BRANCH: dev
Ran 29 Feb 2016 11:57PM UTC
Files 40
Run time 2s
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

29 Feb 2016 11:49PM UTC coverage: 82.389%. Remained the same
1091.2

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.

2994 of 3634 relevant lines covered (82.39%)

1776.45 hits per line

Source Files on job 1091.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1091
  • Travis Job 1091.2
  • 46b63ad5 on github
  • Prev Job for on set-handler (#1089.3)
  • Next Job for on set-handler (#1093.3)
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