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

rm-hull / jasengo / 19652964788
74%
main: 81%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-6
DEFAULT BRANCH: main
Ran 24 Nov 2025 11:40PM UTC
Jobs 1
Files 8
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

24 Nov 2025 11:39PM UTC coverage: 73.529% (-5.2%) from 78.771%
19652964788

Pull #10

github

rm-hull
perf: Implement eager lookahead buffering in reader

The `runeReader` now implements an eager replenishment strategy to
maintain a lookahead buffer. Instead of reading one rune at a time from
the underlying `io.Reader`, it now reads in chunks.

This change reduces the number of system calls and improves parsing
performance on large inputs.

- The `BufferedLength()` method's semantic was changed to return the
  absolute index of the buffer's end.
- The syslog parser example was significantly improved to better
exercise
  the new reader logic.
- A fix was included to properly propagate `io.EOF` as a failure cause.
Pull Request #10: feat: Add `Not` combinator and syslog parsing example

46 of 70 new or added lines in 4 files covered. (65.71%)

48 existing lines in 2 files now uncovered.

475 of 646 relevant lines covered (73.53%)

0.86 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
81.13
-18.87% parser/reader.go
19
68.57
-5.72% parser/combinators.go

Uncovered Existing Lines

Lines Coverage ∆ File
15
81.13
-18.87% parser/reader.go
33
68.57
-5.72% parser/combinators.go
Jobs
ID Job ID Ran Files Coverage
1 19652964788.1 24 Nov 2025 11:40PM UTC 8
73.53
GitHub Action Run
Source Files on build 19652964788
  • Tree
  • List 8
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #10
  • PR Base - main (#19617131553)
  • 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