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

rm-hull / jasengo / 19603049564 / 1
78%
main: 81%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-6
DEFAULT BRANCH: main
Ran 23 Nov 2025 12:02AM UTC
Files 8
Run time 0s
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

23 Nov 2025 12:02AM UTC coverage: 77.689% (-0.6%) from 78.252%
19603049564.1

Pull #9

github

rm-hull
refactor: Use absolute indices for Buffer interface

The `Buffer` interface methods `Read` and `Slice` are updated to
consistently use absolute indices relative to the start of the
stream, rather than logical indices relative to the current buffer
base (`Base()`).

This standardizes the API, simplifying consumers (like `runeReader`)
by shifting responsibility for index calculation (absolute to internal
logical) entirely to the specific buffer implementations (e.g.,
`RingBuffer`, `UnboundedBuffer`).

Additionally, the `Read` signature is updated to return `(T, bool)`
instead of `(T, error)` for element lookup success.
Pull Request #9: feat: Implement generic buffer abstractions

390 of 502 relevant lines covered (77.69%)

0.9 hits per line

Source Files on job 19603049564.1
  • Tree
  • List 8
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19603049564
  • c96b7c10 on github
  • Prev Job for on refactor/buffer-abstraction (#19602116369.1)
  • Delete
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