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

rm-hull / jasengo / 19392385222
81%

Build:
DEFAULT BRANCH: main
Ran 15 Nov 2025 04:19PM UTC
Jobs 1
Files 6
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

15 Nov 2025 04:18PM UTC coverage: 74.667%. First build
19392385222

push

github

rm-hull
refactor: Track state via index, not input slice

This refactors the internal `State` management mechanism.

Previously, `State` tracked progress by slicing the input string
(`st.Input`).

Now, `State` retains the full original input string, and parsing
progress is tracked solely using `Location.Index`. This avoids
repeated string slicing and simplifies absolute location tracking.

*   Updates `State.advanceRune` to keep the full input.
*   Updates state consumers (`StringP`, `EOF`) to use the index.

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

168 of 225 relevant lines covered (74.67%)

0.89 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
59.52
parser/basic.go
Jobs
ID Job ID Ran Files Coverage
1 19392385222.1 15 Nov 2025 04:19PM UTC 6
74.67
GitHub Action Run
Source Files on build 19392385222
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2d9b9ab3 on github
  • Next Build on main (#19392413278)
  • 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