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

tarantool / go-tarantool / 7666189773
75%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2024 09:30AM UTC
Jobs 2
Files 61
Run time 5s
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

26 Jan 2024 09:20AM UTC coverage: 74.083% (-0.05%) from 74.131%
7666189773

push

github

oleg-jukovec
pool: add Instance type

The type Instance:
```
type Instance struct {
	// Name is an unique name of the instance.
	Name   string
	// Dialer will be used to create a connection to the instance.
	Dialer tarantool.Dialer
	// Opts will be used to specify a connection options.
	Opts   tarantool.Opts
}
```

The type allows to specify a dialer and connection options per a
pool instance. It is used in `pool.Connect`, `pool.ConnectWithOpts`
and `pool.Add` to specify an instance configuration now.

Closes #356

84 of 96 new or added lines in 2 files covered. (87.5%)

8 existing lines in 1 file now uncovered.

5997 of 8095 relevant lines covered (74.08%)

10588.38 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
12
69.47
-0.42% pool/connection_pool.go

Uncovered Existing Lines

Lines Coverage ∆ File
8
69.47
-0.42% pool/connection_pool.go
Jobs
ID Job ID Ran Files Coverage
1 7666189773.1 26 Jan 2024 09:30AM UTC 61
73.98
GitHub Action Run
2 7666189773.2 26 Jan 2024 09:35AM UTC 61
73.98
GitHub Action Run
Source Files on build 7666189773
  • Tree
  • List 61
  • Changed 13
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b8d9914c on github
  • Prev Build on master (#7653301277)
  • Next Build on master (#7695371339)
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