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

varlink / go / 238 / 2
84%
master: 84%

Build:
DEFAULT BRANCH: master
Ran 10 Apr 2018 12:31PM UTC
Files 2
Run time 0s
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

10 Apr 2018 12:31PM UTC coverage: 78.244%. Remained the same
238.2

push

travis-ci

haraldh
add "genvarlink" cmd

$ go run cmd/genvarlink/main.go varlink/
2018/04/10 14:30:28 Found package: varlink
type request (
	Interface: string
)

type out (
	Interface: string
)

type call (
	writer: ?Writer,
	in: ?serviceCall,
	Continues: bool
)

type serviceCall (
	Method: string,
	Parameters: ?RawMessage,
	More: bool,
	OneShot: bool
)

type Connection (
	address: string,
	conn: Conn,
	reader: ?Reader,
	writer: ?Writer
)

type m (
	Parameters: ?RawMessage,
	Continues: bool,
	Oneshot: bool,
	Error: string
)

type in (
	Method: string,
	Parameters: ?RawMessage,
	More: bool,
	OneShot: bool
)

type b (
	buf: []int,
	off: int,
	bootstrap: []int,
	lastRead: readOp
)

type reply (
	Address: string
)

type rep (
	Vendor: string,
	Product: string,
	Version: string,
	URL: string,
	Interfaces: []string
)

type Resolver (
	address: string,
	conn: ?Connection
)

type wg (
	noCopy: noCopy,
	state1: []int,
	sema: int
)

type serviceReply (
	Parameters: <<<interface{}>>>,
	Continues: bool,
	Error: string
)

type Call (
	writer: ?Writer,
	in: ?serviceCall,
	Continues: bool
)

type Service (
	vendor: string,
	product: string,
	version: string,
	url: string,
	interfaces: <<<map[string]varlink.dispatcher>>>,
	names: []string,
	descriptions: <<<map[string]string>>>,
	running: bool,
	listener: Listener,
	conncounter: int,
	mutex: Mutex,
	protocol: string,
	address: string
)

type mutex (
	state: int,
	sema: int
)

2018/04/10 14:30:28 Found package: varlink_test
type call (
	writer: ?Writer,
	in: ?serviceCall,
	Continues: bool
)

392 of 501 relevant lines covered (78.24%)

63.41 hits per line

Source Files on job 238.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 238.2
  • 10f1048d on github
  • Prev Job for on master (#237.2)
  • Next Job for on master (#239.2)
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