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

tarantool / go-storage / 25091354839
90%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 04:45AM UTC
Jobs 1
Files 36
Run time 1min
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 Apr 2026 04:44AM UTC coverage: 93.447% (-0.4%) from 93.835%
25091354839

push

github

bigbes
connect: add storage connection helpers

TT CLI and TCM need unified connection handling for etcd and TCS
backends. Currently, each project would need to implement similar
configuration parsing and connection logic separately.

Example:

  cfg := connect.Config{
      Endpoints: []string{"localhost:2379"},
  }
  stor, cleanup, err := connect.NewStorage(ctx, cfg)

TLS support for TCS is available via the `go_storage_ssl` build tag.

The simplified common configuration inspirited by the Tarantool 3
minimalist configuration for config storages [1][2]. It could be
used in such manner in different libraries and utilities.

1. https://www.tarantool.io/ru/doc/latest/reference/configuration/configuration_reference/#configuration-reference-config-etcd
2. https://www.tarantool.io/ru/doc/latest/reference/configuration/configuration_reference/#configuration-reference-config-storage

222 of 249 new or added lines in 6 files covered. (89.16%)

2082 of 2228 relevant lines covered (93.45%)

934.79 hits per line

Uncovered Changes

Lines Coverage ∆ File
16
90.12
connect/etcd.go
5
82.76
connect/connect.go
3
81.25
connect/cipher.go
3
88.89
connect/tcs.go
Jobs
ID Job ID Ran Files Coverage
1 25091354839.1 29 Apr 2026 04:45AM UTC 36
93.45
GitHub Action Run
Source Files on build 25091354839
  • Tree
  • List 36
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4cfe93f9 on github
  • Prev Build on master (#25091281424)
  • Next Build on master (#25098477281)
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