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

rm-hull / jasengo / 19392372911
75%
main: 81%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-6
DEFAULT BRANCH: main
Ran 15 Nov 2025 04:17PM UTC
Jobs 1
Files 6
Run time 2min
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:17PM UTC coverage: 74.667%. First build
19392372911

Pull #1

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.
Pull Request #1: initial cut

168 of 225 new or added lines in 6 files covered. (74.67%)

168 of 225 relevant lines covered (74.67%)

0.89 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
0.0
parser/error.go
7
70.83
parser/result.go
7
76.67
parser/state.go
17
59.52
parser/basic.go
23
80.67
parser/combinators.go
Jobs
ID Job ID Ran Files Coverage
1 19392372911.1 15 Nov 2025 04:17PM UTC 6
74.67
GitHub Action Run
Source Files on build 19392372911
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #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