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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-6
DEFAULT BRANCH: main
Ran 15 Nov 2025 08:33PM 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 08:33PM UTC coverage: 75.452%. Remained the same
19395213531

Pull #5

github

rm-hull
refactor: Change Parser input from State to *State

The parser library previously passed the `State` struct by value,
causing significant copying overhead during parsing operations.

This commit changes the fundamental signature of the `Parser` type
and related functions (e.g., `success`, `failT`, `NewState`) to use
`*State` (a pointer).

This effectively changes the input mechanism from pass-by-value
to pass-by-reference, improving parsing performance.
Pull Request #5: refactor: Use pointers for parser state and location

25 of 29 new or added lines in 5 files covered. (86.21%)

1 existing line in 1 file now uncovered.

292 of 387 relevant lines covered (75.45%)

0.89 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
70.2
0.0% parser/combinators.go
1
90.91
0.0% parser/state.go
2
62.96
0.0% parser/result.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
62.96
0.0% parser/result.go
Jobs
ID Job ID Ran Files Coverage
1 19395213531.1 15 Nov 2025 08:33PM UTC 6
75.45
GitHub Action Run
Source Files on build 19395213531
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5
  • PR Base - main (#19395107662)
  • 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