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

tarantool / go-tlsdialer / 27547753214
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: bigbes/gh-no-gostls-backend
DEFAULT BRANCH: master
Ran 15 Jun 2026 12:59PM UTC
Jobs 1
Files 5
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

15 Jun 2026 12:55PM UTC coverage: 0.0% (-88.6%) from 88.557%
27547753214

Pull #8

github

bigbes
refactor: extract pluggable TLS backend abstraction

Route OpenSSLDialer through a pluggable Backend instead of linking OpenSSL
directly. The Backend interface and its Opts configuration type live in the
root tlsdialer package, so client code uses tlsdialer.Backend / tlsdialer.Opts.

The cgo OpenSSL engine becomes the first Backend implementation and lives in
its own cgo-only sub-package (backend/openssl, //go:build cgo, openssl.New).
To keep the root package cgo-free, it does not import that sub-package; the
sub-package registers itself as the default from init, so a blank import
(_ ".../backend/openssl") enables the zero-value default. A dialer with no
backend set and none registered returns a clear error.

ttConn is now engine-agnostic and owns the backend's net.Conn. All external
tests move into the integration package behind a backend-parameterised harness.

README and CHANGELOG document the backend abstraction and the cgo logic
(including the CGO_ENABLED=0 compilation-error example).
Pull Request #8: refactor: extract pluggable TLS backend abstraction

0 of 136 new or added lines in 4 files covered. (0.0%)

66 existing lines in 3 files now uncovered.

0 of 215 relevant lines covered (0.0%)

0.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
110
0.0
backend/openssl/openssl.go
24
0.0
-100.0% dialer.go
1
0.0
backend.go
1
0.0
-72.73% conn.go

Coverage Regressions

Lines Coverage ∆ File
36
0.0
-100.0% dialer.go
20
0.0
-72.73% conn.go
10
0.0
-71.43% deadlineio.go
Jobs
ID Job ID Ran Files Coverage
1 27547753214.1 15 Jun 2026 12:59PM UTC 5
0.0
GitHub Action Run
Source Files on build 27547753214
  • Tree
  • List 5
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #8
  • PR Base - master (#21375018951)
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