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

varlink / go / 238
84%

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

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
)

740 of 1196 relevant lines covered (61.87%)

84.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 238.1 10 Apr 2018 12:31PM UTC 0
61.87
Travis Job 238.1
2 238.2 10 Apr 2018 12:31PM UTC 0
78.24
Travis Job 238.2
Source Files on build 238
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #238
  • 10f1048d on github
  • Prev Build on master (#237)
  • Next Build on master (#239)
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