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

tarantool / go-tarantool / 25917220948 / 1
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 15 May 2026 12:27PM UTC
Files 19
Run time 1s
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 May 2026 12:14PM UTC coverage: 75.484% (+0.05%) from 75.435%
25917220948.1

push

github

oleg-jukovec
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

3122 of 4136 relevant lines covered (75.48%)

9961.42 hits per line

Source Files on job 25917220948.1
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25917220948
  • f8937c26 on github
  • Prev Job for on master (#25404692616.1)
  • Next Job for on master (#25917210927.1)
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