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

rm-hull / jasengo / 19394356400
85%
main: 81%

Build:
Build:
LAST BUILD BRANCH: feat/example3-test
DEFAULT BRANCH: main
Ran 15 Nov 2025 07:14PM UTC
Jobs 1
Files 7
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 07:07PM UTC coverage: 89.728% (+1.3%) from 88.475%
19394356400

Pull #4

github

rm-hull
feat: Add ChainL and ChainR combinators

Introduce `ChainL` and `ChainR` generic parser combinators.

These functions are essential tools for parsing expressions
involving binary operators and defining associativity:

* `ChainL`: Implements left associativity (e.g., `a op b op c` -> `((a
op b) op c)`).
* `ChainR`: Implements right associativity (e.g., `a op b op c` -> `(a
op (b op c))`).

An arithmetic expression parser example is included in
`parser_test/example2_test.go` demonstrating their usage.
Pull Request #4: feat: Add ChainL and ChainR combinators

36 of 36 new or added lines in 1 file covered. (100.0%)

297 of 331 relevant lines covered (89.73%)

1.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19394356400.1 15 Nov 2025 07:14PM UTC 7
89.73
GitHub Action Run
Source Files on build 19394356400
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #4
  • PR Base - main (#19393388616)
  • 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

© 2025 Coveralls, Inc