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

tarantool / go-tarantool / 25367990559
75%
master: 75%

Build:
Build:
LAST BUILD BRANCH: bigbes/gh-147-fix-invalid-startup-panics
DEFAULT BRANCH: master
Ran 05 May 2026 09:22AM 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

05 May 2026 09:16AM UTC coverage: 75.236% (-0.2%) from 75.435%
25367990559

Pull #588

github

bigbes
api: unexport Stream fields, add Id() accessor

Make Stream.Id and Stream.Conn unexported to enforce encapsulation
and prevent unsafe direct mutation. The stream identifier is now
exposed via a Stream.Id() method; the underlying connection is no
longer reachable from outside the package — callers should hold
their own *Connection reference if they need it.

- Rename Stream.Id to Stream.id, add Stream.Id() accessor.
- Rename Stream.Conn to Stream.conn, drop public access.
- Add SetStreamIdForTesting helper in export_test.go so external
  tests can still exercise wire-encoding for arbitrary stream ids.
- Document the breaking change in CHANGELOG.md and MIGRATION.md.

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

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

7 existing lines in 2 files now uncovered.

3114 of 4139 relevant lines covered (75.24%)

10160.61 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
80.51
-2.1% stream.go

Coverage Regressions

Lines Coverage ∆ File
6
81.98
-0.58% connection.go
1
80.51
-2.1% stream.go
Jobs
ID Job ID Ran Files Coverage
1 25367990559.1 05 May 2026 09:22AM UTC 19
75.24
GitHub Action Run
Source Files on build 25367990559
  • Tree
  • List 19
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #588
  • PR Base - master (#25362054985)
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