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

rm-hull / jasengo / 19392761981 / 1
88%
main: 81%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-6
DEFAULT BRANCH: main
Ran 15 Nov 2025 04:52PM UTC
Files 6
Run time 0s
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:51PM UTC coverage: 88.679% (+14.0%) from 74.667%
19392761981.1

Pull #3

github

rm-hull
feat: Add worked example + some needed parser combinators

Introduce several common parser primitives and combinators
essential for building practical parsers.

New primitives in `basic.go`:
*   `Lower`, `Upper`: Match corresponding character types.
*   `Whitespace`: Matches spaces, tabs, newlines.
*   `Return`: Lifts a value into a successful parser result.

New combinators in `combinators.go`:
*   `Token`, `Symb`: Handle tokenizing and symbol matching,
    consuming trailing whitespace automatically.
*   `Left`, `Right`, `Between`: Control result selection in sequence.
*   `Rec`: Enables definition of recursive parsers.
*   `SepBy1`: Parses one or more items separated by a delimiter.

A new test (`TestSearchGrammar`) demonstrates the usage of
these tools to parse complex boolean search expressions.
Pull Request #3: feat: Add worked example + some needed parser combinators

235 of 265 relevant lines covered (88.68%)

1.06 hits per line

Source Files on job 19392761981.1
  • Tree
  • List 6
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19392761981
  • 803713ee on github
  • Prev Job for on test/worked-example-1 (#19392413278.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