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

tarantool / go-tarantool / 25767043469
75%
master: 76%

Build:
Build:
LAST BUILD BRANCH: bigbes/gh-238-request-value-receivers
DEFAULT BRANCH: master
Ran 12 May 2026 11:06PM UTC
Jobs 1
Files 19
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

12 May 2026 10:54PM UTC coverage: 75.387% (-0.05%) from 75.435%
25767043469

Pull #588

github

bigbes
api: unexport Stream fields

Make Stream.Id and Stream.Conn unexported, turning Stream into an
opaque handle. This enforces encapsulation and prevents unsafe direct
mutation (e.g. stream.Conn = nil). Neither the stream identifier nor
the underlying connection is reachable from outside the package —
callers should hold their own *Connection reference if they need it.

- Rename Stream.Id/Stream.Conn to Stream.id/Stream.conn.
- Drop TestStream_IdValues: it only existed to push synthetic stream
  ids through a Stream; MP_UINT encoding is covered elsewhere.
- Document the breaking change in CHANGELOG.md and MIGRATION.md.

Closes #471
Pull Request #588: api: unexport Stream fields, add Id() accessor

4 of 4 new or added lines in 2 files covered. (100.0%)

7 existing lines in 1 file now uncovered.

3118 of 4136 relevant lines covered (75.39%)

10295.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
82.36
-0.19% connection.go
Jobs
ID Job ID Ran Files Coverage
1 25767043469.1 12 May 2026 11:06PM UTC 19
75.39
GitHub Action Run
Source Files on build 25767043469
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #588
  • PR Base - master (#25404692616)
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